Git Product home page Git Product logo

openmidi's Introduction

openmidi

OpenMIDI is a community driven effort to document the MIDI implementations of various MIDI devices for the benefit of all musicians. It aims to be the source of truth and reference via community feedback and contribution.

This information is made available at www.openmidi.com or in this repository for public use.

OpenMIDI is hosted free of charge by Morningstar Engineering

If you are new to Github, we have some basic instructions on setting up your account and doing your first Pull Request here.

Contributors

Special thanks to all who have contributed!

List is not updated.

How to contribute

Using the Webform

We have added a web-based form on OpenMIDI. Submissions will go into a queue which will be reviewed and added. image

If you are inclined to contribute via GitHub

  1. Fork the repository

  2. Add your changes

  3. Commit your changes

  4. Create a pull request

Instructions

The MIDI data for each device is saved in yaml files.

The yaml files are organized in folders data > brands

Each yaml file follows a template (see template below)

After a new yaml file is created, the mapping.json file needs to be updated to map the brand and product name to the new file.

yaml Template

midi_in: [TRS | Tip Active | Ring Active | DIN5 | USB]
midi_thru: [Yes | No]
phantom_power: [Yes | No]
midi_clock: [Yes | No]

midi_channel: 
  instructions: |+
    [Description on how to set up the MIDI channel for the device]

pc: 
  description: |+
    [Description on how PC messages work on the device]
cc: 
  - name: [CC Function Name]
    value: [CC Number 0 - 127]
    description: [Description of function]
    type: [Parameter | System] # Note: Parameter is a value to change (e.g., volume). System is a command to the device.
    min: [Minimum CC Value]
    max: [ Maximum CC Value]

openmidi's People

Contributors

tyzjames avatar danielgensberger avatar treythree avatar joellang avatar bzhgeek avatar lightyrs avatar rafhun avatar adrienbricchi avatar wincentek avatar fuzzy-phil avatar sha0001 avatar vredeling avatar decibyte avatar nkglasser avatar andloubry avatar applekor avatar cmdplusr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.