Files
tinygo/src/examples
deadprogram 9d6eb1ff06 machine/usb/adc/midi: improve implementation to include several new messages
such as program changes and pitch bend. Also add error handling for invalid
parameter values such as MIDI channel. This however makes a somewhat breaking
change to the current implementation, in that we now use the typical MIDI user
system of counting MIDI channels from 1-16 instead of from 0-15 as the lower
level USB-MIDI API itself expects.

Also add constant values for continuous controller messages, rename SendCC
function, and add SysEx function.

Signed-off-by: deadprogram <ron@hybridgroup.com>
2023-09-07 08:41:57 +02:00
..
2018-11-16 23:08:41 +01:00
2022-12-19 23:20:11 +01:00
2022-12-19 23:20:11 +01:00
2023-05-20 21:18:02 +02:00
2021-06-10 22:03:00 +02:00
2023-07-27 18:15:22 +02:00
2022-12-19 23:20:11 +01:00
2022-09-21 08:26:56 +02:00
2023-07-02 18:25:20 +02:00
2022-06-18 09:26:12 +02:00