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

/**
 * The MIDI 'CONTROL_0' input code on channel fifteen.
 * @type {'Control15X0'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_0 = 'Control15X0';

/**
 * The MIDI 'CONTROL_1' input code on channel fifteen.
 * @type {'Control15X1'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_1 = 'Control15X1';

/**
 * The MIDI 'CONTROL_2' input code on channel fifteen.
 * @type {'Control15X2'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_2 = 'Control15X2';

/**
 * The MIDI 'CONTROL_3' input code on channel fifteen.
 * @type {'Control15X3'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_3 = 'Control15X3';

/**
 * The MIDI 'CONTROL_4' input code on channel fifteen.
 * @type {'Control15X4'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_4 = 'Control15X4';

/**
 * The MIDI 'CONTROL_5' input code on channel fifteen.
 * @type {'Control15X5'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_5 = 'Control15X5';

/**
 * The MIDI 'CONTROL_6' input code on channel fifteen.
 * @type {'Control15X6'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_6 = 'Control15X6';

/**
 * The MIDI 'CONTROL_7' input code on channel fifteen.
 * @type {'Control15X7'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_7 = 'Control15X7';

/**
 * The MIDI 'CONTROL_8' input code on channel fifteen.
 * @type {'Control15X8'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_8 = 'Control15X8';

/**
 * The MIDI 'CONTROL_9' input code on channel fifteen.
 * @type {'Control15X9'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_9 = 'Control15X9';

/**
 * The MIDI 'CONTROL_10' input code on channel fifteen.
 * @type {'Control15X10'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_10 = 'Control15X10';

/**
 * The MIDI 'CONTROL_11' input code on channel fifteen.
 * @type {'Control15X11'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_11 = 'Control15X11';

/**
 * The MIDI 'CONTROL_12' input code on channel fifteen.
 * @type {'Control15X12'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_12 = 'Control15X12';

/**
 * The MIDI 'CONTROL_13' input code on channel fifteen.
 * @type {'Control15X13'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_13 = 'Control15X13';

/**
 * The MIDI 'CONTROL_14' input code on channel fifteen.
 * @type {'Control15X14'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_14 = 'Control15X14';

/**
 * The MIDI 'CONTROL_15' input code on channel fifteen.
 * @type {'Control15X15'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_15 = 'Control15X15';

/**
 * The MIDI 'CONTROL_16' input code on channel fifteen.
 * @type {'Control15X16'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_16 = 'Control15X16';

/**
 * The MIDI 'CONTROL_17' input code on channel fifteen.
 * @type {'Control15X17'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_17 = 'Control15X17';

/**
 * The MIDI 'CONTROL_18' input code on channel fifteen.
 * @type {'Control15X18'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_18 = 'Control15X18';

/**
 * The MIDI 'CONTROL_19' input code on channel fifteen.
 * @type {'Control15X19'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_19 = 'Control15X19';

/**
 * The MIDI 'CONTROL_20' input code on channel fifteen.
 * @type {'Control15X20'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_20 = 'Control15X20';

/**
 * The MIDI 'CONTROL_21' input code on channel fifteen.
 * @type {'Control15X21'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_21 = 'Control15X21';

/**
 * The MIDI 'CONTROL_22' input code on channel fifteen.
 * @type {'Control15X22'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_22 = 'Control15X22';

/**
 * The MIDI 'CONTROL_23' input code on channel fifteen.
 * @type {'Control15X23'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_23 = 'Control15X23';

/**
 * The MIDI 'CONTROL_24' input code on channel fifteen.
 * @type {'Control15X24'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_24 = 'Control15X24';

/**
 * The MIDI 'CONTROL_25' input code on channel fifteen.
 * @type {'Control15X25'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_25 = 'Control15X25';

/**
 * The MIDI 'CONTROL_26' input code on channel fifteen.
 * @type {'Control15X26'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_26 = 'Control15X26';

/**
 * The MIDI 'CONTROL_27' input code on channel fifteen.
 * @type {'Control15X27'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_27 = 'Control15X27';

/**
 * The MIDI 'CONTROL_28' input code on channel fifteen.
 * @type {'Control15X28'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_28 = 'Control15X28';

/**
 * The MIDI 'CONTROL_29' input code on channel fifteen.
 * @type {'Control15X29'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_29 = 'Control15X29';

/**
 * The MIDI 'CONTROL_30' input code on channel fifteen.
 * @type {'Control15X30'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_30 = 'Control15X30';

/**
 * The MIDI 'CONTROL_31' input code on channel fifteen.
 * @type {'Control15X31'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_31 = 'Control15X31';

/**
 * The MIDI 'CONTROL_32' input code on channel fifteen.
 * @type {'Control15X32'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_32 = 'Control15X32';

/**
 * The MIDI 'CONTROL_33' input code on channel fifteen.
 * @type {'Control15X33'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_33 = 'Control15X33';

/**
 * The MIDI 'CONTROL_34' input code on channel fifteen.
 * @type {'Control15X34'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_34 = 'Control15X34';

/**
 * The MIDI 'CONTROL_35' input code on channel fifteen.
 * @type {'Control15X35'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_35 = 'Control15X35';

/**
 * The MIDI 'CONTROL_36' input code on channel fifteen.
 * @type {'Control15X36'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_36 = 'Control15X36';

/**
 * The MIDI 'CONTROL_37' input code on channel fifteen.
 * @type {'Control15X37'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_37 = 'Control15X37';

/**
 * The MIDI 'CONTROL_38' input code on channel fifteen.
 * @type {'Control15X38'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_38 = 'Control15X38';

/**
 * The MIDI 'CONTROL_39' input code on channel fifteen.
 * @type {'Control15X39'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_39 = 'Control15X39';

/**
 * The MIDI 'CONTROL_40' input code on channel fifteen.
 * @type {'Control15X40'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_40 = 'Control15X40';

/**
 * The MIDI 'CONTROL_41' input code on channel fifteen.
 * @type {'Control15X41'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_41 = 'Control15X41';

/**
 * The MIDI 'CONTROL_42' input code on channel fifteen.
 * @type {'Control15X42'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_42 = 'Control15X42';

/**
 * The MIDI 'CONTROL_43' input code on channel fifteen.
 * @type {'Control15X43'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_43 = 'Control15X43';

/**
 * The MIDI 'CONTROL_44' input code on channel fifteen.
 * @type {'Control15X44'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_44 = 'Control15X44';

/**
 * The MIDI 'CONTROL_45' input code on channel fifteen.
 * @type {'Control15X45'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_45 = 'Control15X45';

/**
 * The MIDI 'CONTROL_46' input code on channel fifteen.
 * @type {'Control15X46'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_46 = 'Control15X46';

/**
 * The MIDI 'CONTROL_47' input code on channel fifteen.
 * @type {'Control15X47'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_47 = 'Control15X47';

/**
 * The MIDI 'CONTROL_48' input code on channel fifteen.
 * @type {'Control15X48'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_48 = 'Control15X48';

/**
 * The MIDI 'CONTROL_49' input code on channel fifteen.
 * @type {'Control15X49'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_49 = 'Control15X49';

/**
 * The MIDI 'CONTROL_50' input code on channel fifteen.
 * @type {'Control15X50'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_50 = 'Control15X50';

/**
 * The MIDI 'CONTROL_51' input code on channel fifteen.
 * @type {'Control15X51'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_51 = 'Control15X51';

/**
 * The MIDI 'CONTROL_52' input code on channel fifteen.
 * @type {'Control15X52'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_52 = 'Control15X52';

/**
 * The MIDI 'CONTROL_53' input code on channel fifteen.
 * @type {'Control15X53'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_53 = 'Control15X53';

/**
 * The MIDI 'CONTROL_54' input code on channel fifteen.
 * @type {'Control15X54'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_54 = 'Control15X54';

/**
 * The MIDI 'CONTROL_55' input code on channel fifteen.
 * @type {'Control15X55'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_55 = 'Control15X55';

/**
 * The MIDI 'CONTROL_56' input code on channel fifteen.
 * @type {'Control15X56'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_56 = 'Control15X56';

/**
 * The MIDI 'CONTROL_57' input code on channel fifteen.
 * @type {'Control15X57'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_57 = 'Control15X57';

/**
 * The MIDI 'CONTROL_58' input code on channel fifteen.
 * @type {'Control15X58'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_58 = 'Control15X58';

/**
 * The MIDI 'CONTROL_59' input code on channel fifteen.
 * @type {'Control15X59'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_59 = 'Control15X59';

/**
 * The MIDI 'CONTROL_60' input code on channel fifteen.
 * @type {'Control15X60'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_60 = 'Control15X60';

/**
 * The MIDI 'CONTROL_61' input code on channel fifteen.
 * @type {'Control15X61'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_61 = 'Control15X61';

/**
 * The MIDI 'CONTROL_62' input code on channel fifteen.
 * @type {'Control15X62'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_62 = 'Control15X62';

/**
 * The MIDI 'CONTROL_63' input code on channel fifteen.
 * @type {'Control15X63'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_63 = 'Control15X63';

/**
 * The MIDI 'CONTROL_64' input code on channel fifteen.
 * @type {'Control15X64'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_64 = 'Control15X64';

/**
 * The MIDI 'CONTROL_65' input code on channel fifteen.
 * @type {'Control15X65'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_65 = 'Control15X65';

/**
 * The MIDI 'CONTROL_66' input code on channel fifteen.
 * @type {'Control15X66'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_66 = 'Control15X66';

/**
 * The MIDI 'CONTROL_67' input code on channel fifteen.
 * @type {'Control15X67'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_67 = 'Control15X67';

/**
 * The MIDI 'CONTROL_68' input code on channel fifteen.
 * @type {'Control15X68'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_68 = 'Control15X68';

/**
 * The MIDI 'CONTROL_69' input code on channel fifteen.
 * @type {'Control15X69'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_69 = 'Control15X69';

/**
 * The MIDI 'CONTROL_70' input code on channel fifteen.
 * @type {'Control15X70'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_70 = 'Control15X70';

/**
 * The MIDI 'CONTROL_71' input code on channel fifteen.
 * @type {'Control15X71'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_71 = 'Control15X71';

/**
 * The MIDI 'CONTROL_72' input code on channel fifteen.
 * @type {'Control15X72'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_72 = 'Control15X72';

/**
 * The MIDI 'CONTROL_73' input code on channel fifteen.
 * @type {'Control15X73'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_73 = 'Control15X73';

/**
 * The MIDI 'CONTROL_74' input code on channel fifteen.
 * @type {'Control15X74'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_74 = 'Control15X74';

/**
 * The MIDI 'CONTROL_75' input code on channel fifteen.
 * @type {'Control15X75'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_75 = 'Control15X75';

/**
 * The MIDI 'CONTROL_76' input code on channel fifteen.
 * @type {'Control15X76'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_76 = 'Control15X76';

/**
 * The MIDI 'CONTROL_77' input code on channel fifteen.
 * @type {'Control15X77'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_77 = 'Control15X77';

/**
 * The MIDI 'CONTROL_78' input code on channel fifteen.
 * @type {'Control15X78'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_78 = 'Control15X78';

/**
 * The MIDI 'CONTROL_79' input code on channel fifteen.
 * @type {'Control15X79'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_79 = 'Control15X79';

/**
 * The MIDI 'CONTROL_80' input code on channel fifteen.
 * @type {'Control15X80'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_80 = 'Control15X80';

/**
 * The MIDI 'CONTROL_81' input code on channel fifteen.
 * @type {'Control15X81'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_81 = 'Control15X81';

/**
 * The MIDI 'CONTROL_82' input code on channel fifteen.
 * @type {'Control15X82'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_82 = 'Control15X82';

/**
 * The MIDI 'CONTROL_83' input code on channel fifteen.
 * @type {'Control15X83'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_83 = 'Control15X83';

/**
 * The MIDI 'CONTROL_84' input code on channel fifteen.
 * @type {'Control15X84'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_84 = 'Control15X84';

/**
 * The MIDI 'CONTROL_85' input code on channel fifteen.
 * @type {'Control15X85'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_85 = 'Control15X85';

/**
 * The MIDI 'CONTROL_86' input code on channel fifteen.
 * @type {'Control15X86'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_86 = 'Control15X86';

/**
 * The MIDI 'CONTROL_87' input code on channel fifteen.
 * @type {'Control15X87'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_87 = 'Control15X87';

/**
 * The MIDI 'CONTROL_88' input code on channel fifteen.
 * @type {'Control15X88'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_88 = 'Control15X88';

/**
 * The MIDI 'CONTROL_89' input code on channel fifteen.
 * @type {'Control15X89'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_89 = 'Control15X89';

/**
 * The MIDI 'CONTROL_90' input code on channel fifteen.
 * @type {'Control15X90'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_90 = 'Control15X90';

/**
 * The MIDI 'CONTROL_91' input code on channel fifteen.
 * @type {'Control15X91'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_91 = 'Control15X91';

/**
 * The MIDI 'CONTROL_92' input code on channel fifteen.
 * @type {'Control15X92'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_92 = 'Control15X92';

/**
 * The MIDI 'CONTROL_93' input code on channel fifteen.
 * @type {'Control15X93'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_93 = 'Control15X93';

/**
 * The MIDI 'CONTROL_94' input code on channel fifteen.
 * @type {'Control15X94'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_94 = 'Control15X94';

/**
 * The MIDI 'CONTROL_95' input code on channel fifteen.
 * @type {'Control15X95'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_95 = 'Control15X95';

/**
 * The MIDI 'CONTROL_96' input code on channel fifteen.
 * @type {'Control15X96'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_96 = 'Control15X96';

/**
 * The MIDI 'CONTROL_97' input code on channel fifteen.
 * @type {'Control15X97'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_97 = 'Control15X97';

/**
 * The MIDI 'CONTROL_98' input code on channel fifteen.
 * @type {'Control15X98'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_98 = 'Control15X98';

/**
 * The MIDI 'CONTROL_99' input code on channel fifteen.
 * @type {'Control15X99'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_99 = 'Control15X99';

/**
 * The MIDI 'CONTROL_100' input code on channel fifteen.
 * @type {'Control15X100'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_100 = 'Control15X100';

/**
 * The MIDI 'CONTROL_101' input code on channel fifteen.
 * @type {'Control15X101'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_101 = 'Control15X101';

/**
 * The MIDI 'CONTROL_102' input code on channel fifteen.
 * @type {'Control15X102'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_102 = 'Control15X102';

/**
 * The MIDI 'CONTROL_103' input code on channel fifteen.
 * @type {'Control15X103'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_103 = 'Control15X103';

/**
 * The MIDI 'CONTROL_104' input code on channel fifteen.
 * @type {'Control15X104'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_104 = 'Control15X104';

/**
 * The MIDI 'CONTROL_105' input code on channel fifteen.
 * @type {'Control15X105'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_105 = 'Control15X105';

/**
 * The MIDI 'CONTROL_106' input code on channel fifteen.
 * @type {'Control15X106'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_106 = 'Control15X106';

/**
 * The MIDI 'CONTROL_107' input code on channel fifteen.
 * @type {'Control15X107'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_107 = 'Control15X107';

/**
 * The MIDI 'CONTROL_108' input code on channel fifteen.
 * @type {'Control15X108'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_108 = 'Control15X108';

/**
 * The MIDI 'CONTROL_109' input code on channel fifteen.
 * @type {'Control15X109'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_109 = 'Control15X109';

/**
 * The MIDI 'CONTROL_110' input code on channel fifteen.
 * @type {'Control15X110'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_110 = 'Control15X110';

/**
 * The MIDI 'CONTROL_111' input code on channel fifteen.
 * @type {'Control15X111'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_111 = 'Control15X111';

/**
 * The MIDI 'CONTROL_112' input code on channel fifteen.
 * @type {'Control15X112'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_112 = 'Control15X112';

/**
 * The MIDI 'CONTROL_113' input code on channel fifteen.
 * @type {'Control15X113'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_113 = 'Control15X113';

/**
 * The MIDI 'CONTROL_114' input code on channel fifteen.
 * @type {'Control15X114'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_114 = 'Control15X114';

/**
 * The MIDI 'CONTROL_115' input code on channel fifteen.
 * @type {'Control15X115'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_115 = 'Control15X115';

/**
 * The MIDI 'CONTROL_116' input code on channel fifteen.
 * @type {'Control15X116'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_116 = 'Control15X116';

/**
 * The MIDI 'CONTROL_117' input code on channel fifteen.
 * @type {'Control15X117'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_117 = 'Control15X117';

/**
 * The MIDI 'CONTROL_118' input code on channel fifteen.
 * @type {'Control15X118'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_118 = 'Control15X118';

/**
 * The MIDI 'CONTROL_119' input code on channel fifteen.
 * @type {'Control15X119'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_FIFTEEN
 */
const CONTROL_119 = 'Control15X119';

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
};