Note Number as Modulation Control
-
Can anyone recommend an efficient way get a value from incoming note numbers which can be used for modulation purposes (or anything else for that matter!)?
Assuming I need .getNoteNumber() for this....
-
@DanH on what level? Scripting? Modulators? Scriptnode?
-
@Christoph-Hart all of them if possible!
-
@Christoph-Hart ah found it in scriptnode, in the control.midi node
-
@DanH as modulator you can use either the key modulator for a table or the array modulator for a slider pack. On scripting you can do whatever you want with Message.geNoteNumber()