@aaronventure Yes, IPP increases performance. It reduces CPU usage, especially in conversion work. I used to use it a lot before, but we received a lot of complaints due to the problem I mentioned. That's why I stopped using it.
@dane-zone Yes scriptnode is probably the easiest way to go here, and there is an example implementation of a vibrato in ScriptNode here: https://forum.hise.audio/topic/4952/scripnode-101/13
Modulation signals don't produce sound, they modulate an audio signal, so stereo modulation is not possible.
Vibrato is just modulating the pitch, so unless you wanted to modulate the Left and Right channels separately there is no reason to process the channels differently. If you want to do this then follow the vibrato example above, separate the left and right channels, and add independent mod sources and delays on each channel (Left and Right).
@Lindon yes in an ideal world the script voice start modulator should show the interface designer instead of the scriptnode workspace but that shouldn‘t keep you from slapping one lousy table on the modules interface by scripting.
@DanH my thoughts exactly.... I just suggested it to Christoph in another thread. Release curve control seems to be a common demand and would be super useful
@DabDab yes it's because the commits were from the pull request that didn't update the hash counter. It'll be fixed the next time I commit something, so shouldn't take too long...
Finally, got HISE to start the export process without crashing.
Problem line of code was this:
Engine.loadImageIntoPool("*");
I deleted the above and everything works as expected, except now on export I am getting an IPP error. Will search the forum for resolutions as I know I've seen this error popup in the forum already.
@HISEnberg I personally think this is a very good idea. I tried simple scripts like, connect knob1 to reverb1. or connect several buttons together. It was ok. I haven't tried more complex things but for someone who is starting out this can help. Sometimes I tend to forget basic things so rather than invading the forum it can be faster