constants/input-codes/midi/midi.channel-eight-controls.js

/**
 * The MIDI 'CONTROL_0' input code on channel eight.
 * @type {'Control8X0'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_0 = 'Control8X0';

/**
 * The MIDI 'CONTROL_1' input code on channel eight.
 * @type {'Control8X1'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_1 = 'Control8X1';

/**
 * The MIDI 'CONTROL_2' input code on channel eight.
 * @type {'Control8X2'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_2 = 'Control8X2';

/**
 * The MIDI 'CONTROL_3' input code on channel eight.
 * @type {'Control8X3'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_3 = 'Control8X3';

/**
 * The MIDI 'CONTROL_4' input code on channel eight.
 * @type {'Control8X4'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_4 = 'Control8X4';

/**
 * The MIDI 'CONTROL_5' input code on channel eight.
 * @type {'Control8X5'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_5 = 'Control8X5';

/**
 * The MIDI 'CONTROL_6' input code on channel eight.
 * @type {'Control8X6'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_6 = 'Control8X6';

/**
 * The MIDI 'CONTROL_7' input code on channel eight.
 * @type {'Control8X7'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_7 = 'Control8X7';

/**
 * The MIDI 'CONTROL_8' input code on channel eight.
 * @type {'Control8X8'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_8 = 'Control8X8';

/**
 * The MIDI 'CONTROL_9' input code on channel eight.
 * @type {'Control8X9'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_9 = 'Control8X9';

/**
 * The MIDI 'CONTROL_10' input code on channel eight.
 * @type {'Control8X10'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_10 = 'Control8X10';

/**
 * The MIDI 'CONTROL_11' input code on channel eight.
 * @type {'Control8X11'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_11 = 'Control8X11';

/**
 * The MIDI 'CONTROL_12' input code on channel eight.
 * @type {'Control8X12'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_12 = 'Control8X12';

/**
 * The MIDI 'CONTROL_13' input code on channel eight.
 * @type {'Control8X13'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_13 = 'Control8X13';

/**
 * The MIDI 'CONTROL_14' input code on channel eight.
 * @type {'Control8X14'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_14 = 'Control8X14';

/**
 * The MIDI 'CONTROL_15' input code on channel eight.
 * @type {'Control8X15'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_15 = 'Control8X15';

/**
 * The MIDI 'CONTROL_16' input code on channel eight.
 * @type {'Control8X16'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_16 = 'Control8X16';

/**
 * The MIDI 'CONTROL_17' input code on channel eight.
 * @type {'Control8X17'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_17 = 'Control8X17';

/**
 * The MIDI 'CONTROL_18' input code on channel eight.
 * @type {'Control8X18'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_18 = 'Control8X18';

/**
 * The MIDI 'CONTROL_19' input code on channel eight.
 * @type {'Control8X19'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_19 = 'Control8X19';

/**
 * The MIDI 'CONTROL_20' input code on channel eight.
 * @type {'Control8X20'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_20 = 'Control8X20';

/**
 * The MIDI 'CONTROL_21' input code on channel eight.
 * @type {'Control8X21'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_21 = 'Control8X21';

/**
 * The MIDI 'CONTROL_22' input code on channel eight.
 * @type {'Control8X22'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_22 = 'Control8X22';

/**
 * The MIDI 'CONTROL_23' input code on channel eight.
 * @type {'Control8X23'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_23 = 'Control8X23';

/**
 * The MIDI 'CONTROL_24' input code on channel eight.
 * @type {'Control8X24'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_24 = 'Control8X24';

/**
 * The MIDI 'CONTROL_25' input code on channel eight.
 * @type {'Control8X25'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_25 = 'Control8X25';

/**
 * The MIDI 'CONTROL_26' input code on channel eight.
 * @type {'Control8X26'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_26 = 'Control8X26';

/**
 * The MIDI 'CONTROL_27' input code on channel eight.
 * @type {'Control8X27'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_27 = 'Control8X27';

/**
 * The MIDI 'CONTROL_28' input code on channel eight.
 * @type {'Control8X28'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_28 = 'Control8X28';

/**
 * The MIDI 'CONTROL_29' input code on channel eight.
 * @type {'Control8X29'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_29 = 'Control8X29';

/**
 * The MIDI 'CONTROL_30' input code on channel eight.
 * @type {'Control8X30'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_30 = 'Control8X30';

/**
 * The MIDI 'CONTROL_31' input code on channel eight.
 * @type {'Control8X31'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_31 = 'Control8X31';

/**
 * The MIDI 'CONTROL_32' input code on channel eight.
 * @type {'Control8X32'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_32 = 'Control8X32';

/**
 * The MIDI 'CONTROL_33' input code on channel eight.
 * @type {'Control8X33'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_33 = 'Control8X33';

/**
 * The MIDI 'CONTROL_34' input code on channel eight.
 * @type {'Control8X34'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_34 = 'Control8X34';

/**
 * The MIDI 'CONTROL_35' input code on channel eight.
 * @type {'Control8X35'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_35 = 'Control8X35';

/**
 * The MIDI 'CONTROL_36' input code on channel eight.
 * @type {'Control8X36'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_36 = 'Control8X36';

/**
 * The MIDI 'CONTROL_37' input code on channel eight.
 * @type {'Control8X37'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_37 = 'Control8X37';

/**
 * The MIDI 'CONTROL_38' input code on channel eight.
 * @type {'Control8X38'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_38 = 'Control8X38';

/**
 * The MIDI 'CONTROL_39' input code on channel eight.
 * @type {'Control8X39'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_39 = 'Control8X39';

/**
 * The MIDI 'CONTROL_40' input code on channel eight.
 * @type {'Control8X40'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_40 = 'Control8X40';

/**
 * The MIDI 'CONTROL_41' input code on channel eight.
 * @type {'Control8X41'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_41 = 'Control8X41';

/**
 * The MIDI 'CONTROL_42' input code on channel eight.
 * @type {'Control8X42'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_42 = 'Control8X42';

/**
 * The MIDI 'CONTROL_43' input code on channel eight.
 * @type {'Control8X43'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_43 = 'Control8X43';

/**
 * The MIDI 'CONTROL_44' input code on channel eight.
 * @type {'Control8X44'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_44 = 'Control8X44';

/**
 * The MIDI 'CONTROL_45' input code on channel eight.
 * @type {'Control8X45'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_45 = 'Control8X45';

/**
 * The MIDI 'CONTROL_46' input code on channel eight.
 * @type {'Control8X46'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_46 = 'Control8X46';

/**
 * The MIDI 'CONTROL_47' input code on channel eight.
 * @type {'Control8X47'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_47 = 'Control8X47';

/**
 * The MIDI 'CONTROL_48' input code on channel eight.
 * @type {'Control8X48'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_48 = 'Control8X48';

/**
 * The MIDI 'CONTROL_49' input code on channel eight.
 * @type {'Control8X49'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_49 = 'Control8X49';

/**
 * The MIDI 'CONTROL_50' input code on channel eight.
 * @type {'Control8X50'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_50 = 'Control8X50';

/**
 * The MIDI 'CONTROL_51' input code on channel eight.
 * @type {'Control8X51'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_51 = 'Control8X51';

/**
 * The MIDI 'CONTROL_52' input code on channel eight.
 * @type {'Control8X52'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_52 = 'Control8X52';

/**
 * The MIDI 'CONTROL_53' input code on channel eight.
 * @type {'Control8X53'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_53 = 'Control8X53';

/**
 * The MIDI 'CONTROL_54' input code on channel eight.
 * @type {'Control8X54'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_54 = 'Control8X54';

/**
 * The MIDI 'CONTROL_55' input code on channel eight.
 * @type {'Control8X55'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_55 = 'Control8X55';

/**
 * The MIDI 'CONTROL_56' input code on channel eight.
 * @type {'Control8X56'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_56 = 'Control8X56';

/**
 * The MIDI 'CONTROL_57' input code on channel eight.
 * @type {'Control8X57'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_57 = 'Control8X57';

/**
 * The MIDI 'CONTROL_58' input code on channel eight.
 * @type {'Control8X58'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_58 = 'Control8X58';

/**
 * The MIDI 'CONTROL_59' input code on channel eight.
 * @type {'Control8X59'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_59 = 'Control8X59';

/**
 * The MIDI 'CONTROL_60' input code on channel eight.
 * @type {'Control8X60'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_60 = 'Control8X60';

/**
 * The MIDI 'CONTROL_61' input code on channel eight.
 * @type {'Control8X61'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_61 = 'Control8X61';

/**
 * The MIDI 'CONTROL_62' input code on channel eight.
 * @type {'Control8X62'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_62 = 'Control8X62';

/**
 * The MIDI 'CONTROL_63' input code on channel eight.
 * @type {'Control8X63'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_63 = 'Control8X63';

/**
 * The MIDI 'CONTROL_64' input code on channel eight.
 * @type {'Control8X64'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_64 = 'Control8X64';

/**
 * The MIDI 'CONTROL_65' input code on channel eight.
 * @type {'Control8X65'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_65 = 'Control8X65';

/**
 * The MIDI 'CONTROL_66' input code on channel eight.
 * @type {'Control8X66'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_66 = 'Control8X66';

/**
 * The MIDI 'CONTROL_67' input code on channel eight.
 * @type {'Control8X67'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_67 = 'Control8X67';

/**
 * The MIDI 'CONTROL_68' input code on channel eight.
 * @type {'Control8X68'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_68 = 'Control8X68';

/**
 * The MIDI 'CONTROL_69' input code on channel eight.
 * @type {'Control8X69'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_69 = 'Control8X69';

/**
 * The MIDI 'CONTROL_70' input code on channel eight.
 * @type {'Control8X70'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_70 = 'Control8X70';

/**
 * The MIDI 'CONTROL_71' input code on channel eight.
 * @type {'Control8X71'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_71 = 'Control8X71';

/**
 * The MIDI 'CONTROL_72' input code on channel eight.
 * @type {'Control8X72'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_72 = 'Control8X72';

/**
 * The MIDI 'CONTROL_73' input code on channel eight.
 * @type {'Control8X73'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_73 = 'Control8X73';

/**
 * The MIDI 'CONTROL_74' input code on channel eight.
 * @type {'Control8X74'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_74 = 'Control8X74';

/**
 * The MIDI 'CONTROL_75' input code on channel eight.
 * @type {'Control8X75'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_75 = 'Control8X75';

/**
 * The MIDI 'CONTROL_76' input code on channel eight.
 * @type {'Control8X76'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_76 = 'Control8X76';

/**
 * The MIDI 'CONTROL_77' input code on channel eight.
 * @type {'Control8X77'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_77 = 'Control8X77';

/**
 * The MIDI 'CONTROL_78' input code on channel eight.
 * @type {'Control8X78'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_78 = 'Control8X78';

/**
 * The MIDI 'CONTROL_79' input code on channel eight.
 * @type {'Control8X79'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_79 = 'Control8X79';

/**
 * The MIDI 'CONTROL_80' input code on channel eight.
 * @type {'Control8X80'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_80 = 'Control8X80';

/**
 * The MIDI 'CONTROL_81' input code on channel eight.
 * @type {'Control8X81'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_81 = 'Control8X81';

/**
 * The MIDI 'CONTROL_82' input code on channel eight.
 * @type {'Control8X82'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_82 = 'Control8X82';

/**
 * The MIDI 'CONTROL_83' input code on channel eight.
 * @type {'Control8X83'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_83 = 'Control8X83';

/**
 * The MIDI 'CONTROL_84' input code on channel eight.
 * @type {'Control8X84'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_84 = 'Control8X84';

/**
 * The MIDI 'CONTROL_85' input code on channel eight.
 * @type {'Control8X85'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_85 = 'Control8X85';

/**
 * The MIDI 'CONTROL_86' input code on channel eight.
 * @type {'Control8X86'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_86 = 'Control8X86';

/**
 * The MIDI 'CONTROL_87' input code on channel eight.
 * @type {'Control8X87'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_87 = 'Control8X87';

/**
 * The MIDI 'CONTROL_88' input code on channel eight.
 * @type {'Control8X88'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_88 = 'Control8X88';

/**
 * The MIDI 'CONTROL_89' input code on channel eight.
 * @type {'Control8X89'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_89 = 'Control8X89';

/**
 * The MIDI 'CONTROL_90' input code on channel eight.
 * @type {'Control8X90'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_90 = 'Control8X90';

/**
 * The MIDI 'CONTROL_91' input code on channel eight.
 * @type {'Control8X91'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_91 = 'Control8X91';

/**
 * The MIDI 'CONTROL_92' input code on channel eight.
 * @type {'Control8X92'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_92 = 'Control8X92';

/**
 * The MIDI 'CONTROL_93' input code on channel eight.
 * @type {'Control8X93'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_93 = 'Control8X93';

/**
 * The MIDI 'CONTROL_94' input code on channel eight.
 * @type {'Control8X94'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_94 = 'Control8X94';

/**
 * The MIDI 'CONTROL_95' input code on channel eight.
 * @type {'Control8X95'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_95 = 'Control8X95';

/**
 * The MIDI 'CONTROL_96' input code on channel eight.
 * @type {'Control8X96'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_96 = 'Control8X96';

/**
 * The MIDI 'CONTROL_97' input code on channel eight.
 * @type {'Control8X97'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_97 = 'Control8X97';

/**
 * The MIDI 'CONTROL_98' input code on channel eight.
 * @type {'Control8X98'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_98 = 'Control8X98';

/**
 * The MIDI 'CONTROL_99' input code on channel eight.
 * @type {'Control8X99'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_99 = 'Control8X99';

/**
 * The MIDI 'CONTROL_100' input code on channel eight.
 * @type {'Control8X100'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_100 = 'Control8X100';

/**
 * The MIDI 'CONTROL_101' input code on channel eight.
 * @type {'Control8X101'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_101 = 'Control8X101';

/**
 * The MIDI 'CONTROL_102' input code on channel eight.
 * @type {'Control8X102'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_102 = 'Control8X102';

/**
 * The MIDI 'CONTROL_103' input code on channel eight.
 * @type {'Control8X103'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_103 = 'Control8X103';

/**
 * The MIDI 'CONTROL_104' input code on channel eight.
 * @type {'Control8X104'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_104 = 'Control8X104';

/**
 * The MIDI 'CONTROL_105' input code on channel eight.
 * @type {'Control8X105'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_105 = 'Control8X105';

/**
 * The MIDI 'CONTROL_106' input code on channel eight.
 * @type {'Control8X106'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_106 = 'Control8X106';

/**
 * The MIDI 'CONTROL_107' input code on channel eight.
 * @type {'Control8X107'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_107 = 'Control8X107';

/**
 * The MIDI 'CONTROL_108' input code on channel eight.
 * @type {'Control8X108'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_108 = 'Control8X108';

/**
 * The MIDI 'CONTROL_109' input code on channel eight.
 * @type {'Control8X109'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_109 = 'Control8X109';

/**
 * The MIDI 'CONTROL_110' input code on channel eight.
 * @type {'Control8X110'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_110 = 'Control8X110';

/**
 * The MIDI 'CONTROL_111' input code on channel eight.
 * @type {'Control8X111'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_111 = 'Control8X111';

/**
 * The MIDI 'CONTROL_112' input code on channel eight.
 * @type {'Control8X112'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_112 = 'Control8X112';

/**
 * The MIDI 'CONTROL_113' input code on channel eight.
 * @type {'Control8X113'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_113 = 'Control8X113';

/**
 * The MIDI 'CONTROL_114' input code on channel eight.
 * @type {'Control8X114'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_114 = 'Control8X114';

/**
 * The MIDI 'CONTROL_115' input code on channel eight.
 * @type {'Control8X115'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_115 = 'Control8X115';

/**
 * The MIDI 'CONTROL_116' input code on channel eight.
 * @type {'Control8X116'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_116 = 'Control8X116';

/**
 * The MIDI 'CONTROL_117' input code on channel eight.
 * @type {'Control8X117'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_117 = 'Control8X117';

/**
 * The MIDI 'CONTROL_118' input code on channel eight.
 * @type {'Control8X118'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_118 = 'Control8X118';

/**
 * The MIDI 'CONTROL_119' input code on channel eight.
 * @type {'Control8X119'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_EIGHT
 */
const CONTROL_119 = 'Control8X119';

export {

    CONTROL_0,
    CONTROL_1,
    CONTROL_2,
    CONTROL_3,
    CONTROL_4,
    CONTROL_5,
    CONTROL_6,
    CONTROL_7,
    CONTROL_8,
    CONTROL_9,
    CONTROL_10,
    CONTROL_11,
    CONTROL_12,
    CONTROL_13,
    CONTROL_14,
    CONTROL_15,
    CONTROL_16,
    CONTROL_17,
    CONTROL_18,
    CONTROL_19,
    CONTROL_20,
    CONTROL_21,
    CONTROL_22,
    CONTROL_23,
    CONTROL_24,
    CONTROL_25,
    CONTROL_26,
    CONTROL_27,
    CONTROL_28,
    CONTROL_29,
    CONTROL_30,
    CONTROL_31,
    CONTROL_32,
    CONTROL_33,
    CONTROL_34,
    CONTROL_35,
    CONTROL_36,
    CONTROL_37,
    CONTROL_38,
    CONTROL_39,
    CONTROL_40,
    CONTROL_41,
    CONTROL_42,
    CONTROL_43,
    CONTROL_44,
    CONTROL_45,
    CONTROL_46,
    CONTROL_47,
    CONTROL_48,
    CONTROL_49,
    CONTROL_50,
    CONTROL_51,
    CONTROL_52,
    CONTROL_53,
    CONTROL_54,
    CONTROL_55,
    CONTROL_56,
    CONTROL_57,
    CONTROL_58,
    CONTROL_59,
    CONTROL_60,
    CONTROL_61,
    CONTROL_62,
    CONTROL_63,
    CONTROL_64,
    CONTROL_65,
    CONTROL_66,
    CONTROL_67,
    CONTROL_68,
    CONTROL_69,
    CONTROL_70,
    CONTROL_71,
    CONTROL_72,
    CONTROL_73,
    CONTROL_74,
    CONTROL_75,
    CONTROL_76,
    CONTROL_77,
    CONTROL_78,
    CONTROL_79,
    CONTROL_80,
    CONTROL_81,
    CONTROL_82,
    CONTROL_83,
    CONTROL_84,
    CONTROL_85,
    CONTROL_86,
    CONTROL_87,
    CONTROL_88,
    CONTROL_89,
    CONTROL_90,
    CONTROL_91,
    CONTROL_92,
    CONTROL_93,
    CONTROL_94,
    CONTROL_95,
    CONTROL_96,
    CONTROL_97,
    CONTROL_98,
    CONTROL_99,
    CONTROL_100,
    CONTROL_101,
    CONTROL_102,
    CONTROL_103,
    CONTROL_104,
    CONTROL_105,
    CONTROL_106,
    CONTROL_107,
    CONTROL_108,
    CONTROL_109,
    CONTROL_110,
    CONTROL_111,
    CONTROL_112,
    CONTROL_113,
    CONTROL_114,
    CONTROL_115,
    CONTROL_116,
    CONTROL_117,
    CONTROL_118,
    CONTROL_119
};