05-31-2024, 02:07 PM
Could options to output cv values with no slew plus a trigger or gate be added to the I2C destination setup list?
Currently we have:
A/B-SC.CV → SC.CV command sets the CV Value of the port (with slew).
A/B-SC.CVGA → SC.CV command sets the CV Value of the port (with slew) plus the Gate On/Off (SC.TR) of the same port..
A/B-SC.CVTR → SC.CV command sets the CV Value of the port (with slew) plus a Trigger (SC.PULSE) of the same port..
A/B-SC.CVSE → SC.CV.SET command sets the CV Value of the port (without slew)
A/B-SC.CVSL → SC.CV.SLEW command sets the Slew for the port
A/B-SC.TR → SC.TR Sets only the Gate of the port on a Note on, and a gate off on note off.
For context, I'm using I2C to trigger sample slices on an ER-301 for live performance. A/B-SC.CVGA or A/B-SC.CVTR almost works for what I'm trying to do but the slew makes it too slow to reach the exact value I am trying to trigger and the result sounds random most of the time. So right now my workaround is to use A/B-SC.CVSE on one channel for the cv and A/B-SC.TR on another channel for the triggers, but that is clunky in a live sequencing context.
So something like this would be perfect:
A/B-SC.CVNG → SC.CV command sets the CV Value of the port (no slew) plus the Gate On/Off (SC.TR) of the same port..
A/B-SC.CVNT → SC.CV command sets the CV Value of the port (no slew) plus a Trigger (SC.PULSE) of the same port..
Thank you!
Currently we have:
A/B-SC.CV → SC.CV command sets the CV Value of the port (with slew).
A/B-SC.CVGA → SC.CV command sets the CV Value of the port (with slew) plus the Gate On/Off (SC.TR) of the same port..
A/B-SC.CVTR → SC.CV command sets the CV Value of the port (with slew) plus a Trigger (SC.PULSE) of the same port..
A/B-SC.CVSE → SC.CV.SET command sets the CV Value of the port (without slew)
A/B-SC.CVSL → SC.CV.SLEW command sets the Slew for the port
A/B-SC.TR → SC.TR Sets only the Gate of the port on a Note on, and a gate off on note off.
For context, I'm using I2C to trigger sample slices on an ER-301 for live performance. A/B-SC.CVGA or A/B-SC.CVTR almost works for what I'm trying to do but the slew makes it too slow to reach the exact value I am trying to trigger and the result sounds random most of the time. So right now my workaround is to use A/B-SC.CVSE on one channel for the cv and A/B-SC.TR on another channel for the triggers, but that is clunky in a live sequencing context.
So something like this would be perfect:
A/B-SC.CVNG → SC.CV command sets the CV Value of the port (no slew) plus the Gate On/Off (SC.TR) of the same port..
A/B-SC.CVNT → SC.CV command sets the CV Value of the port (no slew) plus a Trigger (SC.PULSE) of the same port..
Thank you!