forked from mirrors/qmk_firmware
7c9d5ace14
* Generate api docs from source code * Add a bunch of doxygen comments * more doxygen comments * Add the in-progress api docs * script to generate docs from travis * Add doc generation to the travis job * make travis_docs.sh commit the work it does * make sure the docs script exits cleanly
5.5 KiB
5.5 KiB
group defines
Summary
Members | Descriptions |
---|---|
define SYSEX_BEGIN |
|
define SYSEX_END |
|
define MIDI_STATUSMASK |
|
define MIDI_CHANMASK |
|
define MIDI_CC |
|
define MIDI_NOTEON |
|
define MIDI_NOTEOFF |
|
define MIDI_AFTERTOUCH |
|
define MIDI_PITCHBEND |
|
define MIDI_PROGCHANGE |
|
define MIDI_CHANPRESSURE |
|
define MIDI_CLOCK |
|
define MIDI_TICK |
|
define MIDI_START |
|
define MIDI_CONTINUE |
|
define MIDI_STOP |
|
define MIDI_ACTIVESENSE |
|
define MIDI_RESET |
|
define MIDI_TC_QUARTERFRAME |
|
define MIDI_SONGPOSITION |
|
define MIDI_SONGSELECT |
|
define MIDI_TUNEREQUEST |
|
define SYSEX_EDUMANUFID |