Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

machine/usb/adc/midi: improve implementation #3889

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Commits on Sep 6, 2023

  1. machine/usb/adc/midi: improve implementation to include several new m…

    …essages
    
    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 <[email protected]>
    deadprogram committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    14ebdc8 View commit details
    Browse the repository at this point in the history