I just pushed a few changes to testing branch that include the new CUIA scheme i commented before.
All of you using CUIAS in some way, please take a look to the testing branch and the new parametric CUIAs:
-
ZYNSWITCH index, action_type
- index => integer number, starting from 0
- action_type =>
- P => Push
- R => Release
- S => Short
- B => Bold
- L => Long
-
ZYNPOT index, delta
- index => integer number, starting from 0
- delta => integer number, it can be negative/positive
Be warned that i’ve removed a lot of old CUIAs, simplifying the list and increasing coherence a little bit.
The default “Master Note => CUIA” map has changed accordingly and it’s quite different to the old one, but it’s fully configurable from the webconf’s MIDI options tab.
Also, when configuring Master Note CUIAs, if you omit the action_type parameter, like
ZYNSWITCH 3
you will get a full emulation of SHORT/BOLD/LONG action on the configured note. I mean, it will use NoteOn for push and NoteOff for release. Nice?
Enjoy!