lightyrs / openmidi

Contains documentation on device MIDI Implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

How to contribute

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

If you want to use Microsoft Excel

We have created a template in Excel if you want to populate. In the repository, you will see a file called openmidi_template.xlsx.

  1. Download the Excel template
  2. Populate the Excel file
  3. Email it to help@morningstarfx.com with the subject OpenMIDI - <Brand Name> - <Model Name>
  4. Our team will review the data, covert it to the required format and push it to the repository.

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]
    min: [Minimum CC Value]
    max: [ Maximum CC Value]

About

Contains documentation on device MIDI Implementations

License:Apache License 2.0