Switch Preset via MIDI Notes


#1

Hi,

this is my attempt to switch from different presets of the same patch.
The MIDI controller sends Notes with values from 1 to 8,
the patch works with a radio object but not in this way.
Maybe am I missing something about conversion to integers?

thanks!

F.PresetSwitch.axp (1.4 KB)


#2

I think this should work, keep in mind that the note outlet from "midi/in/keyb" outputs 0 for MIDI note 64.
"conv/to i" and "change" are not needed, you can connect straight from note to preset, and gate to trig. But I haven't tested.