Portamento/Glide
-
..is there a quick and easy way to implement this? I've checked the pitch modulators but I cant see anything.
-
Have you played around with
Synth.addPitchFade()
? I am using this to make the portamento in HEXERACT. -
I have a module that does this: https://github.com/davidhealey/HISE-Scripting-Framework/blob/master/modules/monoMode.js
-
OK thanks both of you - just surprised its not implemented as a standard modulator....
-
It would rather be a MIDI processor which uses
Synth.addPitchFade()
- maybe I'll expand the Legato with Retrigger module with a Glide mode. -
@Christoph-Hart yeah that'd be a great thing.
-
@Christoph-Hart OK I tried your example code from the other thread on Glide (from 2017)-- and it isnt working correctly at all for me...it mostly not working at all to be honest.
In fact it also breaks any sustain processing as well... hmm this really needs addressing at a systemic level.
what would be simplest would be Synth.addPitchFadeFromTo(ID, startNote, endNote, time)