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

External mappings for MIDI instruments #1212

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 9, 2024

  1. Feat: midi() command support external instrument parameter mapping

    This commit adds a second argument to the midi() command: mapping.
    This argument should be an object containing a key-value map of
    MIDI controls used by an external synthesizer. If any control is
    used that matches the mapping, a CC message is sent.
    Bubobubobubobubo committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    ec470aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23a4bf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    bd69ffb View commit details
    Browse the repository at this point in the history