BenZonneveld / Nava-2021-Firmware

https://www.e-licktronic.com
13 stars 2 forks source link

Feature request: sysex to import and export patterns and tracks. #19

Closed BenZonneveld closed 3 years ago

BenZonneveld commented 3 years ago

perhaps use the TR909's sysex format.

BenZonneveld commented 3 years ago

Create our own: Manufacturer ID: 0x7D DeviceID: 0x07, 0x1A (909 shifted 1 bit to the left to fit into the 7 data bits.

BenZonneveld commented 3 years ago

after the DeviceID a single byte to indicate what the data is. Full Dump + request. << Also contains the config. Dump All Tracks. + request. Dump All Patterns + request. Single Track + request. Single Pattern + request.

All dumps should contain a checksum. The Nava should always respond to a dump being sent to the Nava.

BenZonneveld commented 3 years ago

ae91671 Implements this