cracked-machine / BassStationSequencerSW

Firmware for Novation BassStation HW Sequencer
MIT License
0 stars 1 forks source link

Add user selection for stacatto (short) and legato (long) notes #6

Open cracked-machine opened 2 years ago

cracked-machine commented 2 years ago

Easiest way is to cycle through

cracked-machine commented 2 years ago

Possible SW implementation idea: Currently, when the SequenceManager reaches an ON step, it closes the contact for that note on the synth. When it moves on to the next step, it re-opens that contact. If the next step is the same note, then it could leave the contact closed.