@d-healey Thank you !

Latest posts made by Yinxi
-
Parametric EQ Spectrum Analyser freeze issue
Hi,
I'm using the spectrum analyser from the Parametric EQ effect, but I noticed that it freezes, it continues to display peaks or shapes even when there is no audio signal.
Reducing the decay time helps, but it only hides the problem, I’d like to keep a long decay for a smoother visual response, but still have the analyser clear completely when there's no input signal.
I've searched through some older forum topics, but I couldn't find a clear solution to this issue.
-
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!
-
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! -
RE: wet/dry template adds extra "attack" when inside a poly script fx network
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
-
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 :
-
RE: Is it possible to trigger Global Modulation LFO from Audio Signal?
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?
-
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.
-
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.
Anyway, I simply created a new project from scratch and now 5sec delay with jdelay in scriptnode works!
Thanks a lot! -
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.
.
Do I just need to write the line in the HISE settings?
But then, how do I compile it so that it actually takes effect?