Hi everybody! I'm looking to select a button by default. I'd been using an "on persistence_changed" then "play_note" to trigger a keyswitch
on persistence_changed
play_note (0,127,0,0)
end on
But as EvilDragon pointed out, this play_note interferes with the ks_list. And I'd much rather select a button on default, something like this...
on persistence_changed
sel_btn = 0
end on
Does anyone have any suggestions on how to do this properly? Thank you!