#How to have a float selected based on the MIDI button pressed
1 messages · Page 1 of 1 (latest)
really puzzling challenge here. The MIDI buttons on the left send a boollean whether they are pressed or not... how could they pick from a float list depending on which button is pressed?
eg If button 1 is pressed, select index 0 from pick float
if button 2 is pressed, select index 1 from pick float
experimenting but no luck...
ACTUALLY THIS WORKED!
set freeze value to updatewhileswitchingtotrue
also, i changed the output range to each button as so
button 1 = output range 0 to 1
button 2 = output range 0 to 2
etc. as more buttons are added
also note, I set button 1 as -1 to 0 with a remap... this allows me to refer to the correct corresponding indexes... here is a video
proud of myself!
you could use a single [MidiInput]