HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. hyperphonias
    3. Topics
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 40
    • Groups 0

    Topics

    • H

      Control ScriptFX using code

      Watching Ignoring Scheduled Pinned Locked Moved Newbie League
      9
      0 Votes
      9 Posts
      92 Views
      H

      @d-healey oh yeah you're right I was at the top of the block not of the entire dsp sorry

    • H

      LAF issue

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      21
      0 Votes
      21 Posts
      1k Views
      H

      @Chazrox thank you, and about vertical VU Meters, or vertical reduction meter? because i have my own expander node but don't know if its going to work, maybe the compressor thing will work?

    • H

      Compressor

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      10
      0 Votes
      10 Posts
      445 Views
      griffinboyG

      @ustk

      Yeah of course if it's c++ dsp, you can just use a global cable to send the graph to the UI
      Keep a second, mono class of the compressor dsp without envelopes, and when a paramter changes, compute the response (staggered updates) using that instance and send it as a json to the UI side of Hise.

      But you can even do this in Hise if you want. I doubt the compressor algorithm is complex. Just write it as Hise script and process your line through it.
      Without envelopes, a compressor is a waveshaper. It'll just be a simple algo

    • H

      Recompiled Hise

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      9
      0 Votes
      9 Posts
      441 Views
      HISEnbergH

      @hyperphonias I’m more of a humble DSP man myself 👩🏻‍🌾

      @d-healey is the man you want to talk to about these sorts of questions. He’s got a ton of materials online about this on YouTube and Patreon. I think this vídeo should answer your question.

      https://youtu.be/1rs0w4MDNA0?si=kfDhvlTHNvPa1Uof

      He also released a whole course on getting started in HISE which may be helpful to you:

      https://www.audiodevschool.com/profile/infolibrewave-com/?view=instructor

      Essentially you need to script the controls, not use the property editor here.

    • H

      Multiband Compressor UI

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      6
      1 Votes
      6 Posts
      525 Views
      H

      @d-healey i saw that too, it is interesing, but i would like to do all the compression stuff using scriptnode with the template, do you think its possible? btw any snippets for help is very kind. thanks

    • H

      Look and Feel value display issue

      Watching Ignoring Scheduled Pinned Locked Moved Scripting
      7
      0 Votes
      7 Posts
      805 Views
      ChazroxC

      @d-healey 🙏

    • H

      Range multiband compressor in scriptnode

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      15
      0 Votes
      15 Posts
      2k Views
      griffinboyG

      @Chazrox

      No worries, the question wasn't asked in a clear way.

      @hyperphonias
      This is actually quite a complex thing you are asking. A compressors parts don't really exist in isolation. You can't really create one part of the design without thinking about the rest of the design. For example some attack release algorithms support variable width knees, others do not (or in the least will give you a much harder time). So if you don't pick the right algorithm off the bat, you may end up ruining your design. So you must consider the whole compressor at once when making a design.

      I don't think I'll be able to help you with this one, I'm short on time these days. Maybe someone here can point you in the right direction if they have already made a scriptnode compressor!

      Else, take a read of this:

      https://www.eecs.qmul.ac.uk/~josh/documents/2012/GiannoulisMassbergReiss-dynamicrangecompression-JAES2012.pdf

      After reading this a few times you will understand digital compressors. And that's not a bad thing, if you're wanting to build one...

    • H

      One image

      Watching Ignoring Scheduled Pinned Locked Moved General Questions
      2
      0 Votes
      2 Posts
      240 Views
      d.healeyD

      @hyperphonias For that particular knob I wouldn't use an image. I'd do it with look and feel.

      But this is what you are asking for - https://www.wavesfactory.com/blog/posts/strip-generator/

    • H

      Background noise removal

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      3
      0 Votes
      3 Posts
      410 Views
      H

      @griffinboy the way you could make this i think its with a bandpass and a gate something like this. I made a denoiser plugin only using with nodes and it worked so yeah. but i do not know how i can make the bandpass filter and still hear the other frequencies

    • H

      Gate Depth

      Watching Ignoring Scheduled Pinned Locked Moved ScriptNode
      8
      0 Votes
      8 Posts
      920 Views
      H

      @orange ok thanks, its sounds like a depth, I just had to remove the clear because i don't know why but it was kinda "glitching". but without it works better