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

MIDI: Add MT-32/GM MidiDriver #2533

Merged
merged 3 commits into from Nov 28, 2020
Merged

Commits on Oct 15, 2020

  1. MIDI: MT-32 / GM driver

    This adds a new MidiDriver subclass with functionality
    for MIDI based devices like the MT-32 and GM devices
    or emulators.
    NMIError committed Oct 15, 2020
    Copy the full SHA
    9bfa067 View commit details
    Browse the repository at this point in the history
  2. MIDI: Add multisource support to SMF parser

    This allows the SMF parser to work with MidiDriver implementations that support
    multiple MIDI sources. You can set the source number when constructing the
    parser. This is then passed along when MIDI messages are sent to the driver.
    NMIError committed Oct 15, 2020
    Copy the full SHA
    d8b03f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Copy the full SHA
    3b903ea View commit details
    Browse the repository at this point in the history