Sine generator gliding
-
Hey, I trying add glide function to sine generator.
I adding this code https://forum.hise.audio/topic/228/synthetic-legato/23 in midi processor and script processor in onInit window but it still not work.
What im doing wrong? -
What im doing wrong?
You didn't read the script :p
It needs to replace the entire script not be pasted in the on init callback. Copy the script and right click in the script processor and select load script from clipboard. The legato script is probably overkill for what you want though. You'd probably prefer this script (also GPL licensed) - https://raw.githubusercontent.com/davidhealey/HISE-Scripting-Framework/master/modules/monoMode.js
We were discussing it here (where you can find out how to fix a small bug in it) - https://forum.hise.audio/topic/1440/question-sampler-monophonic-glides-for-audio-anybody/14