MIDI Controller in Macro Modulation Source
-
So set up a Macro Modulation Source and assign one of the Macros to a Time Variant>MIDI Controller
Set the CC Number in the MIDI Controller = 129 - play the keyboard and apply Channel Aftertouch(CC129) - nothing happens.
Click MIDI Learn in the MIDI Controller, and play with Channel Aftertouch - the controller moves correctly... now CC129 seems to be assigned and working correctly, but you cant assign it using the CC Number Slider...
cant assign it programmatically either:
const var MidiMod1 = Synth.getModulator("MidiMod1"); MidiMod1.setAttribute(MidiMod1.ControllerNumber, 129);
yet more investigation - Channel Aftertouch is being assigned to CC128
yep CC129 is sent but if you set up the MIDI Controller to 129 it wont receive it - but it will if you set the controller to 128, and if you send 128(pitch) then it also moves the controller - so this is a bit borked.