MPE input into Scriptnode
-
@tomekslesicki Can't you just add the modulator to a hardcoded effect like any other mod?
-
Yes this is implemented - use the
midi.cc
node, set theMpeEnabled
parameter to true and choose the MPE gesture as first parameter (they are at the end of the list after the 127 CC numbers).This obviously only works in a polyphonic context.
-
@Christoph-Hart great news!
@d-healey this could be the best approach to this, actually! I suppose you know a way to add modulation modules, like AHDSR for example, to the hardcoded effects? I can see the parameters so I can assign the knobs to them, which is cool, but how should I compile the network to be able to add modulators as you mentioned? Thanks!
-
@tomekslesicki Add this to the HISE jucer project and recompile HISE
NUM_HARDCODED_FX_MODS=6
6
is the number of parameters you want to be able to control. -
@d-healey epic, I'm going to try that now, thank you!
-
@d-healey I suppose this is not the place to put this? I just recompiled and it doesn't work, so I guess I should put it elsewhere?
-
@tomekslesicki That is the place to put it, assuming you're building with VS 2017? It only applies to hardcoded fx, not script fx.
-
@d-healey ah, ok, I see what's going on now - it adds the modulation option to the parameters for Hardcoded Master FX, but not for Hardcoded Polyphonic FX.
-
@tomekslesicki Aha ok, I didn't realise that
-
@Christoph-Hart maybe you know another cheat code that enables this? ;-)