HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Yinxi
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 20
    • Groups 0

    Yinxi

    @Yinxi

    1
    Reputation
    7
    Profile views
    20
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location France

    Yinxi Unfollow Follow

    Latest posts made by Yinxi

    • Questions about the Convolution node: predelay, hi-cut, and block size

      Hi,

      I'm experimenting with the Convolution node, and I have a few questions:

      1- Predelay : When I set the predelay to 1000, I expected a delay of 1 second, but it doesn’t seem to match. Is it possible that the value 1000 equals 0.1 seconds ?

      2 - Hi-cut : The hi-cut filter doesn’t seem to affect the signal. Am I missing something ?

      3 - Block size : What would be a good block size to use for convolution reverb in terms of balancing CPU performance and audio quality? I was thinking of using a FixedBlockSize of 128, but I’m a bit concerned it might introduce too much latency.

      Thanks in advance for any insight!

      posted in ScriptNode
      YinxiY
      Yinxi
    • RE: wet/dry template adds extra "attack" when inside a poly script fx network

      @Orvillain
      Oh ok, my bad then. Maybe it’s your sample that’s below 0dB, so it goes up and then drops back down. Anyway, glad it’s working for you now! 😊

      posted in ScriptNode
      YinxiY
      Yinxi
    • RE: wet/dry template adds extra "attack" when inside a poly script fx network

      @Orvillain

      From the doc :
      "this value will be used as start ramp value whenever the node is being resetted (eg. when the network is unbypassed)."

      I suppose that setting a smoothing value along with a resetValue of -100 dB will create an attack-like effect, gradually ramping the signal up to the target gain after a bypass or a initialize start

      posted in ScriptNode
      YinxiY
      Yinxi
    • Question about MS encode/decode order in Stereo Widener example

      Hi everyone,

      I’ve been going through the Stereo Widener example in the HISE documentation, and I noticed something that seems strange for me: the routing.ms_decode node appears before the routing.ms_encode node in the signal chain.

      However, according to the documentation for routing.ms_encode, it should be placed at the beginning of the chain to encode a stereo signal into Mid-Side, which can then be processed and later decoded with routing.ms_decode.

      From Doc about ms_encode : "To use the routing.ms_encode node, you would typically place it in a processing chain with the stereo input you want to encode, and then use a container.multi node to split the signal into its mid and side components. You can then process the components separately and recombine them using a routing.ms_decode node placed later in the chain."

      This seems like a contradiction

      Image from Hise Documentation :
      87c8672c-81a6-4d2f-b101-317492f2b90d-image.png

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Is it possible to trigger Global Modulation LFO from Audio Signal?

      @modularsamples

      Thank you! That was very helpful.

      I just have one last question:
      If I want to modulate the gain using the LFO from GlobalModulator Container (the one in your snippet), how can I make the last gain node from my screenshot effectively control the gain of the AudioLoopPlayer1, which is located higher in the module tree?
      74682157-2516-4856-8f98-175d668f3e65-image.png

      posted in General Questions
      YinxiY
      Yinxi
    • Is it possible to trigger Global Modulation LFO from Audio Signal?

      Hi,

      I'm wondering if it's possible to make the Global Modulation LFO start or retrigger only when an audio signal is detected, like when sound enters.

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Delay time limited to 1 second ?

      @Lindon
      Mhh, I'm not sure I fully understand what "compiling the project" means exactly.
      I get the part about compiling HISE itself, but I thought compiling a project was just the same as exporting it as a VST or instrument.
      94b32c34-8b60-400f-8cb3-c1584c63eda6-image.png
      Anyway, I simply created a new project from scratch and now 5sec delay with jdelay in scriptnode works!
      Thanks a lot!

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Delay time limited to 1 second ?

      @Lindon
      Sorry, I'm having an issue again, I must be doing something wrong.
      I tried compiling with the extra definition in JUCE, and I can see that the extra delay time is recognized in the Help > Toolbar info.

      However, as soon as I use jDelay with a delay time above 3 seconds, HISE crashes.
      d9142cc6-291d-48f6-b4ee-bdc7d8356ae6-image.png.
      5399f6ed-8f52-4678-88b8-dbf02a943408-image.png

      Do I just need to write the line in the HISE settings?
      23702ef4-2ef7-4a55-9da4-a0bb26ef0c57-image.png
      But then, how do I compile it so that it actually takes effect?

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Delay time limited to 1 second ?

      @Lindon

      Thanks!

      posted in General Questions
      YinxiY
      Yinxi
    • RE: Delay time limited to 1 second ?

      @Lindon
      Thanks!

      But sorry 😅 , I still can't figure out how to access or modify HISE_MAX_DELAY_TIME_SAMPLES.

      For example, in scriptnode, when using djDelay, how exactly do I access the extra definition you're referring to?

      posted in General Questions
      YinxiY
      Yinxi