/**
* @module MIDI_STATUSES
*/
/**
* The MIDI 'Note Off' status on channel one.
* @type {128}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_ONE = 128;
/**
* The MIDI 'Note Off' status on channel two.
* @type {129}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_TWO = 129;
/**
* The MIDI 'Note Off' status on channel three.
* @type {130}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_THREE = 130;
/**
* The MIDI 'Note Off' status on channel four.
* @type {131}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_FOUR = 131;
/**
* The MIDI 'Note Off' status on channel five.
* @type {132}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_FIVE = 132;
/**
* The MIDI 'Note Off' status on channel six.
* @type {133}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_SIX = 133;
/**
* The MIDI 'Note Off' status on channel seven.
* @type {134}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_SEVEN = 134;
/**
* The MIDI 'Note Off' status on channel eight.
* @type {135}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_EIGHT = 135;
/**
* The MIDI 'Note Off' status on channel nine.
* @type {136}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_NINE = 136;
/**
* The MIDI 'Note Off' status on channel ten.
* @type {137}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_TEN = 137;
/**
* The MIDI 'Note Off' status on channel eleven.
* @type {138}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_ELEVEN = 138;
/**
* The MIDI 'Note Off' status on channel twelve.
* @type {139}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_TWELVE = 139;
/**
* The MIDI 'Note Off' status on channel thirteen.
* @type {140}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_THIRTEEN = 140;
/**
* The MIDI 'Note Off' status on channel fourteen.
* @type {141}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_FOURTEEN = 141;
/**
* The MIDI 'Note Off' status on channel fifteen.
* @type {142}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_FIFTEEN = 142;
/**
* The MIDI 'Note Off' status on channel sixteen.
* @type {143}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_OFF_CHANNEL_SIXTEEN = 143;
/**
* The MIDI 'Note On' status on channel one.
* @type {144}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_ONE = 144;
/**
* The MIDI 'Note On' status on channel two.
* @type {145}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_TWO = 145;
/**
* The MIDI 'Note On' status on channel three.
* @type {146}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_THREE = 146;
/**
* The MIDI 'Note On' status on channel four.
* @type {147}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_FOUR = 147;
/**
* The MIDI 'Note On' status on channel five.
* @type {148}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_FIVE = 148;
/**
* The MIDI 'Note On' status on channel six.
* @type {149}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_SIX = 149;
/**
* The MIDI 'Note On' status on channel seven.
* @type {150}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_SEVEN = 150;
/**
* The MIDI 'Note On' status on channel eight.
* @type {151}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_EIGHT = 151;
/**
* The MIDI 'Note On' status on channel nine.
* @type {152}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_NINE = 152;
/**
* The MIDI 'Note On' status on channel ten.
* @type {153}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_TEN = 153;
/**
* The MIDI 'Note On' status on channel eleven.
* @type {154}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_ELEVEN = 154;
/**
* The MIDI 'Note On' status on channel twelve.
* @type {155}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_TWELVE = 155;
/**
* The MIDI 'Note On' status on channel thirteen.
* @type {156}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_THIRTEEN = 156;
/**
* The MIDI 'Note On' status on channel fourteen.
* @type {157}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_FOURTEEN = 157;
/**
* The MIDI 'Note On' status on channel fifteen.
* @type {158}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_FIFTEEN = 158;
/**
* The MIDI 'Note On' status on channel sixteen.
* @type {159}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const NOTE_ON_CHANNEL_SIXTEEN = 159;
/**
* The MIDI 'Control Change' status on channel one.
* @type {176}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_ONE = 176;
/**
* The MIDI 'Control Change' status on channel two.
* @type {177}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_TWO = 177;
/**
* The MIDI 'Control Change' status on channel three.
* @type {178}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_THREE = 178;
/**
* The MIDI 'Control Change' status on channel four.
* @type {179}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_FOUR = 179;
/**
* The MIDI 'Control Change' status on channel five.
* @type {180}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_FIVE = 180;
/**
* The MIDI 'Control Change' status on channel six.
* @type {181}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_SIX = 181;
/**
* The MIDI 'Control Change' status on channel seven.
* @type {182}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_SEVEN = 182;
/**
* The MIDI 'Control Change' status on channel eight.
* @type {183}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_EIGHT = 183;
/**
* The MIDI 'Control Change' status on channel nine.
* @type {184}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_NINE = 184;
/**
* The MIDI 'Control Change' status on channel ten.
* @type {185}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_TEN = 185;
/**
* The MIDI 'Control Change' status on channel eleven.
* @type {186}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_ELEVEN = 186;
/**
* The MIDI 'Control Change' status on channel twelve.
* @type {187}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_TWELVE = 187;
/**
* The MIDI 'Control Change' status on channel thirteen.
* @type {188}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_THIRTEEN = 188;
/**
* The MIDI 'Control Change' status on channel fourteen.
* @type {189}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_FOURTEEN = 189;
/**
* The MIDI 'Control Change' status on channel fifteen.
* @type {190}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_FIFTEEN = 190;
/**
* The MIDI 'Control Change' status on channel sixteen.
* @type {191}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTROL_CHANGE_CHANNEL_SIXTEEN = 191;
/**
* The MIDI 'Program Change' status on channel one.
* @type {192}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_ONE = 192;
/**
* The MIDI 'Program Change' status on channel two.
* @type {193}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_TWO = 193;
/**
* The MIDI 'Program Change' status on channel three.
* @type {194}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_THREE = 194;
/**
* The MIDI 'Program Change' status on channel four.
* @type {195}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_FOUR = 195;
/**
* The MIDI 'Program Change' status on channel five.
* @type {196}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_FIVE = 196;
/**
* The MIDI 'Program Change' status on channel six.
* @type {197}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_SIX = 197;
/**
* The MIDI 'Program Change' status on channel seven.
* @type {198}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_SEVEN = 198;
/**
* The MIDI 'Program Change' status on channel eight.
* @type {199}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_EIGHT = 199;
/**
* The MIDI 'Program Change' status on channel nine.
* @type {200}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_NINE = 200;
/**
* The MIDI 'Program Change' status on channel ten.
* @type {201}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_TEN = 201;
/**
* The MIDI 'Program Change' status on channel eleven.
* @type {202}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_ELEVEN = 202;
/**
* The MIDI 'Program Change' status on channel twelve.
* @type {203}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_TWELVE = 203;
/**
* The MIDI 'Program Change' status on channel thirteen.
* @type {204}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_THIRTEEN = 204;
/**
* The MIDI 'Program Change' status on channel fourteen.
* @type {205}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_FOURTEEN = 205;
/**
* The MIDI 'Program Change' status on channel fifteen.
* @type {206}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_FIFTEEN = 206;
/**
* The MIDI 'Program Change' status on channel sixteen.
* @type {207}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const PROGRAM_CHANGE_CHANNEL_SIXTEEN = 207;
/**
* The MIDI 'Start' status.
* @type {250}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const START = 250;
/**
* The MIDI 'Continue' status.
* @type {251}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const CONTINUE = 251;
/**
* The MIDI 'Stop' status.
* @type {252}
* @constant
*
* @memberof module:MIDI_STATUSES
*/
const STOP = 252;
export {
NOTE_OFF_CHANNEL_ONE,
NOTE_OFF_CHANNEL_TWO,
NOTE_OFF_CHANNEL_THREE,
NOTE_OFF_CHANNEL_FOUR,
NOTE_OFF_CHANNEL_FIVE,
NOTE_OFF_CHANNEL_SIX,
NOTE_OFF_CHANNEL_SEVEN,
NOTE_OFF_CHANNEL_EIGHT,
NOTE_OFF_CHANNEL_NINE,
NOTE_OFF_CHANNEL_TEN,
NOTE_OFF_CHANNEL_ELEVEN,
NOTE_OFF_CHANNEL_TWELVE,
NOTE_OFF_CHANNEL_THIRTEEN,
NOTE_OFF_CHANNEL_FOURTEEN,
NOTE_OFF_CHANNEL_FIFTEEN,
NOTE_OFF_CHANNEL_SIXTEEN,
NOTE_ON_CHANNEL_ONE,
NOTE_ON_CHANNEL_TWO,
NOTE_ON_CHANNEL_THREE,
NOTE_ON_CHANNEL_FOUR,
NOTE_ON_CHANNEL_FIVE,
NOTE_ON_CHANNEL_SIX,
NOTE_ON_CHANNEL_SEVEN,
NOTE_ON_CHANNEL_EIGHT,
NOTE_ON_CHANNEL_NINE,
NOTE_ON_CHANNEL_TEN,
NOTE_ON_CHANNEL_ELEVEN,
NOTE_ON_CHANNEL_TWELVE,
NOTE_ON_CHANNEL_THIRTEEN,
NOTE_ON_CHANNEL_FOURTEEN,
NOTE_ON_CHANNEL_FIFTEEN,
NOTE_ON_CHANNEL_SIXTEEN,
CONTROL_CHANGE_CHANNEL_ONE,
CONTROL_CHANGE_CHANNEL_TWO,
CONTROL_CHANGE_CHANNEL_THREE,
CONTROL_CHANGE_CHANNEL_FOUR,
CONTROL_CHANGE_CHANNEL_FIVE,
CONTROL_CHANGE_CHANNEL_SIX,
CONTROL_CHANGE_CHANNEL_SEVEN,
CONTROL_CHANGE_CHANNEL_EIGHT,
CONTROL_CHANGE_CHANNEL_NINE,
CONTROL_CHANGE_CHANNEL_TEN,
CONTROL_CHANGE_CHANNEL_ELEVEN,
CONTROL_CHANGE_CHANNEL_TWELVE,
CONTROL_CHANGE_CHANNEL_THIRTEEN,
CONTROL_CHANGE_CHANNEL_FOURTEEN,
CONTROL_CHANGE_CHANNEL_FIFTEEN,
CONTROL_CHANGE_CHANNEL_SIXTEEN,
PROGRAM_CHANGE_CHANNEL_ONE,
PROGRAM_CHANGE_CHANNEL_TWO,
PROGRAM_CHANGE_CHANNEL_THREE,
PROGRAM_CHANGE_CHANNEL_FOUR,
PROGRAM_CHANGE_CHANNEL_FIVE,
PROGRAM_CHANGE_CHANNEL_SIX,
PROGRAM_CHANGE_CHANNEL_SEVEN,
PROGRAM_CHANGE_CHANNEL_EIGHT,
PROGRAM_CHANGE_CHANNEL_NINE,
PROGRAM_CHANGE_CHANNEL_TEN,
PROGRAM_CHANGE_CHANNEL_ELEVEN,
PROGRAM_CHANGE_CHANNEL_TWELVE,
PROGRAM_CHANGE_CHANNEL_THIRTEEN,
PROGRAM_CHANGE_CHANNEL_FOURTEEN,
PROGRAM_CHANGE_CHANNEL_FIFTEEN,
PROGRAM_CHANGE_CHANNEL_SIXTEEN,
START,
CONTINUE,
STOP
};