MIDI Commands

Overview

MIDI command codes. Moreā€¦

// macros

#define MIDI_CMD_BENDER
#define MIDI_CMD_CHANNEL_PRESSURE
#define MIDI_CMD_COMMON_CLOCK
#define MIDI_CMD_COMMON_CONTINUE
#define MIDI_CMD_COMMON_MTC_QUARTER
#define MIDI_CMD_COMMON_RESET
#define MIDI_CMD_COMMON_SENSING
#define MIDI_CMD_COMMON_SONG_POS
#define MIDI_CMD_COMMON_SONG_SELECT
#define MIDI_CMD_COMMON_START
#define MIDI_CMD_COMMON_STOP
#define MIDI_CMD_COMMON_SYSEX
#define MIDI_CMD_COMMON_SYSEX_END
#define MIDI_CMD_COMMON_TUNE_REQUEST
#define MIDI_CMD_CONTROL
#define MIDI_CMD_NOTE_OFF
#define MIDI_CMD_NOTE_ON
#define MIDI_CMD_NOTE_PRESSURE
#define MIDI_CMD_PGM_CHANGE

Detailed Documentation

MIDI command codes.

Macros

#define MIDI_CMD_BENDER

pitch bender

#define MIDI_CMD_CHANNEL_PRESSURE

channel pressure

#define MIDI_CMD_COMMON_CLOCK

clock

#define MIDI_CMD_COMMON_CONTINUE

continue

#define MIDI_CMD_COMMON_MTC_QUARTER

MTC quarter frame

#define MIDI_CMD_COMMON_RESET

reset

#define MIDI_CMD_COMMON_SENSING

active sensing

#define MIDI_CMD_COMMON_SONG_POS

song position

#define MIDI_CMD_COMMON_SONG_SELECT

song select

#define MIDI_CMD_COMMON_START

start

#define MIDI_CMD_COMMON_STOP

stop

#define MIDI_CMD_COMMON_SYSEX

sysex (system exclusive) begin

#define MIDI_CMD_COMMON_SYSEX_END

end of sysex

#define MIDI_CMD_COMMON_TUNE_REQUEST

tune request

#define MIDI_CMD_CONTROL

control change

#define MIDI_CMD_NOTE_OFF

note off

#define MIDI_CMD_NOTE_ON

note on

#define MIDI_CMD_NOTE_PRESSURE

key pressure

#define MIDI_CMD_PGM_CHANGE

program change