plinkysynth / plinky_public

a public release of the plinky sw and hw
Other
128 stars 17 forks source link

Arp latch midi fix #8

Closed okyeron closed 6 months ago

okyeron commented 7 months ago

Arp On/Off was not previously working via incoming MIDI.

This fixes that and also adds Latch On/Off as well on CC 101

Would love to get some code review on this to see if I ma handling the settings in the correct place. See changes to plinky.c

(PR also includes some setup for using vscode for debugging with stlink-v3)