Event types..
-
Trying to use:
Synth.getIdList(String);
-- which requires I enter an event type string - anyone any idea what the allowed values are?
- tried (and got nothing back)
"note on"
"Note On"
"NoteOn"
"Note"
"note"
- tried (and got nothing back)
-
That's a mistake, id list gets the ids of modules like effects, modulators, midiproccessors, etc.
-
@d-healey said in Event types..:
That's a mistake, id list gets the ids of modules like effects, modulators, midiproccessors, etc.
well thats a bummer then....
-
@Lindon What are you trying to do?