synthead / ym2420_arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Store MIDI settings on SD card and add programmable CC numbers.

synthead opened this issue · comments

The MIDI channel and CC numbers should be stored on the SD card and read when the synthesizer is powered on. Also, the CC numbers are currently static. Add menu options to allow the user to program their own CC numbers.

Commit c468e08 reads and writes all MIDI settings (including CC numbers) to and from the SD card. Currently, there is no menu to edit CC numbers (although the default values are being, written, read, and used).

Extended MIDI menu to edit CC numbers in commit 0e74509.