constants/input-codes/midi/midi.channel-sixteen-programs.js

/**
 * The MIDI 'PROGRAM_0' input code on channel sixteen.
 * @type {'Program16X0'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_0 = 'Program16X0';

/**
 * The MIDI 'PROGRAM_1' input code on channel sixteen.
 * @type {'Program16X1'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_1 = 'Program16X1';

/**
 * The MIDI 'PROGRAM_2' input code on channel sixteen.
 * @type {'Program16X2'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_2 = 'Program16X2';

/**
 * The MIDI 'PROGRAM_3' input code on channel sixteen.
 * @type {'Program16X3'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_3 = 'Program16X3';

/**
 * The MIDI 'PROGRAM_4' input code on channel sixteen.
 * @type {'Program16X4'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_4 = 'Program16X4';

/**
 * The MIDI 'PROGRAM_5' input code on channel sixteen.
 * @type {'Program16X5'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_5 = 'Program16X5';

/**
 * The MIDI 'PROGRAM_6' input code on channel sixteen.
 * @type {'Program16X6'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_6 = 'Program16X6';

/**
 * The MIDI 'PROGRAM_7' input code on channel sixteen.
 * @type {'Program16X7'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_7 = 'Program16X7';

/**
 * The MIDI 'PROGRAM_8' input code on channel sixteen.
 * @type {'Program16X8'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_8 = 'Program16X8';

/**
 * The MIDI 'PROGRAM_9' input code on channel sixteen.
 * @type {'Program16X9'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_9 = 'Program16X9';

/**
 * The MIDI 'PROGRAM_10' input code on channel sixteen.
 * @type {'Program16X10'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_10 = 'Program16X10';

/**
 * The MIDI 'PROGRAM_11' input code on channel sixteen.
 * @type {'Program16X11'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_11 = 'Program16X11';

/**
 * The MIDI 'PROGRAM_12' input code on channel sixteen.
 * @type {'Program16X12'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_12 = 'Program16X12';

/**
 * The MIDI 'PROGRAM_13' input code on channel sixteen.
 * @type {'Program16X13'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_13 = 'Program16X13';

/**
 * The MIDI 'PROGRAM_14' input code on channel sixteen.
 * @type {'Program16X14'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_14 = 'Program16X14';

/**
 * The MIDI 'PROGRAM_15' input code on channel sixteen.
 * @type {'Program16X15'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_15 = 'Program16X15';

/**
 * The MIDI 'PROGRAM_16' input code on channel sixteen.
 * @type {'Program16X16'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_16 = 'Program16X16';

/**
 * The MIDI 'PROGRAM_17' input code on channel sixteen.
 * @type {'Program16X17'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_17 = 'Program16X17';

/**
 * The MIDI 'PROGRAM_18' input code on channel sixteen.
 * @type {'Program16X18'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_18 = 'Program16X18';

/**
 * The MIDI 'PROGRAM_19' input code on channel sixteen.
 * @type {'Program16X19'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_19 = 'Program16X19';

/**
 * The MIDI 'PROGRAM_20' input code on channel sixteen.
 * @type {'Program16X20'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_20 = 'Program16X20';

/**
 * The MIDI 'PROGRAM_21' input code on channel sixteen.
 * @type {'Program16X21'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_21 = 'Program16X21';

/**
 * The MIDI 'PROGRAM_22' input code on channel sixteen.
 * @type {'Program16X22'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_22 = 'Program16X22';

/**
 * The MIDI 'PROGRAM_23' input code on channel sixteen.
 * @type {'Program16X23'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_23 = 'Program16X23';

/**
 * The MIDI 'PROGRAM_24' input code on channel sixteen.
 * @type {'Program16X24'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_24 = 'Program16X24';

/**
 * The MIDI 'PROGRAM_25' input code on channel sixteen.
 * @type {'Program16X25'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_25 = 'Program16X25';

/**
 * The MIDI 'PROGRAM_26' input code on channel sixteen.
 * @type {'Program16X26'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_26 = 'Program16X26';

/**
 * The MIDI 'PROGRAM_27' input code on channel sixteen.
 * @type {'Program16X27'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_27 = 'Program16X27';

/**
 * The MIDI 'PROGRAM_28' input code on channel sixteen.
 * @type {'Program16X28'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_28 = 'Program16X28';

/**
 * The MIDI 'PROGRAM_29' input code on channel sixteen.
 * @type {'Program16X29'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_29 = 'Program16X29';

/**
 * The MIDI 'PROGRAM_30' input code on channel sixteen.
 * @type {'Program16X30'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_30 = 'Program16X30';

/**
 * The MIDI 'PROGRAM_31' input code on channel sixteen.
 * @type {'Program16X31'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_31 = 'Program16X31';

/**
 * The MIDI 'PROGRAM_32' input code on channel sixteen.
 * @type {'Program16X32'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_32 = 'Program16X32';

/**
 * The MIDI 'PROGRAM_33' input code on channel sixteen.
 * @type {'Program16X33'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_33 = 'Program16X33';

/**
 * The MIDI 'PROGRAM_34' input code on channel sixteen.
 * @type {'Program16X34'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_34 = 'Program16X34';

/**
 * The MIDI 'PROGRAM_35' input code on channel sixteen.
 * @type {'Program16X35'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_35 = 'Program16X35';

/**
 * The MIDI 'PROGRAM_36' input code on channel sixteen.
 * @type {'Program16X36'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_36 = 'Program16X36';

/**
 * The MIDI 'PROGRAM_37' input code on channel sixteen.
 * @type {'Program16X37'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_37 = 'Program16X37';

/**
 * The MIDI 'PROGRAM_38' input code on channel sixteen.
 * @type {'Program16X38'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_38 = 'Program16X38';

/**
 * The MIDI 'PROGRAM_39' input code on channel sixteen.
 * @type {'Program16X39'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_39 = 'Program16X39';

/**
 * The MIDI 'PROGRAM_40' input code on channel sixteen.
 * @type {'Program16X40'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_40 = 'Program16X40';

/**
 * The MIDI 'PROGRAM_41' input code on channel sixteen.
 * @type {'Program16X41'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_41 = 'Program16X41';

/**
 * The MIDI 'PROGRAM_42' input code on channel sixteen.
 * @type {'Program16X42'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_42 = 'Program16X42';

/**
 * The MIDI 'PROGRAM_43' input code on channel sixteen.
 * @type {'Program16X43'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_43 = 'Program16X43';

/**
 * The MIDI 'PROGRAM_44' input code on channel sixteen.
 * @type {'Program16X44'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_44 = 'Program16X44';

/**
 * The MIDI 'PROGRAM_45' input code on channel sixteen.
 * @type {'Program16X45'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_45 = 'Program16X45';

/**
 * The MIDI 'PROGRAM_46' input code on channel sixteen.
 * @type {'Program16X46'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_46 = 'Program16X46';

/**
 * The MIDI 'PROGRAM_47' input code on channel sixteen.
 * @type {'Program16X47'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_47 = 'Program16X47';

/**
 * The MIDI 'PROGRAM_48' input code on channel sixteen.
 * @type {'Program16X48'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_48 = 'Program16X48';

/**
 * The MIDI 'PROGRAM_49' input code on channel sixteen.
 * @type {'Program16X49'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_49 = 'Program16X49';

/**
 * The MIDI 'PROGRAM_50' input code on channel sixteen.
 * @type {'Program16X50'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_50 = 'Program16X50';

/**
 * The MIDI 'PROGRAM_51' input code on channel sixteen.
 * @type {'Program16X51'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_51 = 'Program16X51';

/**
 * The MIDI 'PROGRAM_52' input code on channel sixteen.
 * @type {'Program16X52'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_52 = 'Program16X52';

/**
 * The MIDI 'PROGRAM_53' input code on channel sixteen.
 * @type {'Program16X53'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_53 = 'Program16X53';

/**
 * The MIDI 'PROGRAM_54' input code on channel sixteen.
 * @type {'Program16X54'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_54 = 'Program16X54';

/**
 * The MIDI 'PROGRAM_55' input code on channel sixteen.
 * @type {'Program16X55'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_55 = 'Program16X55';

/**
 * The MIDI 'PROGRAM_56' input code on channel sixteen.
 * @type {'Program16X56'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_56 = 'Program16X56';

/**
 * The MIDI 'PROGRAM_57' input code on channel sixteen.
 * @type {'Program16X57'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_57 = 'Program16X57';

/**
 * The MIDI 'PROGRAM_58' input code on channel sixteen.
 * @type {'Program16X58'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_58 = 'Program16X58';

/**
 * The MIDI 'PROGRAM_59' input code on channel sixteen.
 * @type {'Program16X59'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_59 = 'Program16X59';

/**
 * The MIDI 'PROGRAM_60' input code on channel sixteen.
 * @type {'Program16X60'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_60 = 'Program16X60';

/**
 * The MIDI 'PROGRAM_61' input code on channel sixteen.
 * @type {'Program16X61'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_61 = 'Program16X61';

/**
 * The MIDI 'PROGRAM_62' input code on channel sixteen.
 * @type {'Program16X62'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_62 = 'Program16X62';

/**
 * The MIDI 'PROGRAM_63' input code on channel sixteen.
 * @type {'Program16X63'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_63 = 'Program16X63';

/**
 * The MIDI 'PROGRAM_64' input code on channel sixteen.
 * @type {'Program16X64'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_64 = 'Program16X64';

/**
 * The MIDI 'PROGRAM_65' input code on channel sixteen.
 * @type {'Program16X65'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_65 = 'Program16X65';

/**
 * The MIDI 'PROGRAM_66' input code on channel sixteen.
 * @type {'Program16X66'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_66 = 'Program16X66';

/**
 * The MIDI 'PROGRAM_67' input code on channel sixteen.
 * @type {'Program16X67'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_67 = 'Program16X67';

/**
 * The MIDI 'PROGRAM_68' input code on channel sixteen.
 * @type {'Program16X68'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_68 = 'Program16X68';

/**
 * The MIDI 'PROGRAM_69' input code on channel sixteen.
 * @type {'Program16X69'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_69 = 'Program16X69';

/**
 * The MIDI 'PROGRAM_70' input code on channel sixteen.
 * @type {'Program16X70'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_70 = 'Program16X70';

/**
 * The MIDI 'PROGRAM_71' input code on channel sixteen.
 * @type {'Program16X71'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_71 = 'Program16X71';

/**
 * The MIDI 'PROGRAM_72' input code on channel sixteen.
 * @type {'Program16X72'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_72 = 'Program16X72';

/**
 * The MIDI 'PROGRAM_73' input code on channel sixteen.
 * @type {'Program16X73'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_73 = 'Program16X73';

/**
 * The MIDI 'PROGRAM_74' input code on channel sixteen.
 * @type {'Program16X74'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_74 = 'Program16X74';

/**
 * The MIDI 'PROGRAM_75' input code on channel sixteen.
 * @type {'Program16X75'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_75 = 'Program16X75';

/**
 * The MIDI 'PROGRAM_76' input code on channel sixteen.
 * @type {'Program16X76'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_76 = 'Program16X76';

/**
 * The MIDI 'PROGRAM_77' input code on channel sixteen.
 * @type {'Program16X77'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_77 = 'Program16X77';

/**
 * The MIDI 'PROGRAM_78' input code on channel sixteen.
 * @type {'Program16X78'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_78 = 'Program16X78';

/**
 * The MIDI 'PROGRAM_79' input code on channel sixteen.
 * @type {'Program16X79'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_79 = 'Program16X79';

/**
 * The MIDI 'PROGRAM_80' input code on channel sixteen.
 * @type {'Program16X80'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_80 = 'Program16X80';

/**
 * The MIDI 'PROGRAM_81' input code on channel sixteen.
 * @type {'Program16X81'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_81 = 'Program16X81';

/**
 * The MIDI 'PROGRAM_82' input code on channel sixteen.
 * @type {'Program16X82'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_82 = 'Program16X82';

/**
 * The MIDI 'PROGRAM_83' input code on channel sixteen.
 * @type {'Program16X83'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_83 = 'Program16X83';

/**
 * The MIDI 'PROGRAM_84' input code on channel sixteen.
 * @type {'Program16X84'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_84 = 'Program16X84';

/**
 * The MIDI 'PROGRAM_85' input code on channel sixteen.
 * @type {'Program16X85'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_85 = 'Program16X85';

/**
 * The MIDI 'PROGRAM_86' input code on channel sixteen.
 * @type {'Program16X86'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_86 = 'Program16X86';

/**
 * The MIDI 'PROGRAM_87' input code on channel sixteen.
 * @type {'Program16X87'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_87 = 'Program16X87';

/**
 * The MIDI 'PROGRAM_88' input code on channel sixteen.
 * @type {'Program16X88'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_88 = 'Program16X88';

/**
 * The MIDI 'PROGRAM_89' input code on channel sixteen.
 * @type {'Program16X89'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_89 = 'Program16X89';

/**
 * The MIDI 'PROGRAM_90' input code on channel sixteen.
 * @type {'Program16X90'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_90 = 'Program16X90';

/**
 * The MIDI 'PROGRAM_91' input code on channel sixteen.
 * @type {'Program16X91'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_91 = 'Program16X91';

/**
 * The MIDI 'PROGRAM_92' input code on channel sixteen.
 * @type {'Program16X92'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_92 = 'Program16X92';

/**
 * The MIDI 'PROGRAM_93' input code on channel sixteen.
 * @type {'Program16X93'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_93 = 'Program16X93';

/**
 * The MIDI 'PROGRAM_94' input code on channel sixteen.
 * @type {'Program16X94'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_94 = 'Program16X94';

/**
 * The MIDI 'PROGRAM_95' input code on channel sixteen.
 * @type {'Program16X95'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_95 = 'Program16X95';

/**
 * The MIDI 'PROGRAM_96' input code on channel sixteen.
 * @type {'Program16X96'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_96 = 'Program16X96';

/**
 * The MIDI 'PROGRAM_97' input code on channel sixteen.
 * @type {'Program16X97'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_97 = 'Program16X97';

/**
 * The MIDI 'PROGRAM_98' input code on channel sixteen.
 * @type {'Program16X98'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_98 = 'Program16X98';

/**
 * The MIDI 'PROGRAM_99' input code on channel sixteen.
 * @type {'Program16X99'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_99 = 'Program16X99';

/**
 * The MIDI 'PROGRAM_100' input code on channel sixteen.
 * @type {'Program16X100'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_100 = 'Program16X100';

/**
 * The MIDI 'PROGRAM_101' input code on channel sixteen.
 * @type {'Program16X101'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_101 = 'Program16X101';

/**
 * The MIDI 'PROGRAM_102' input code on channel sixteen.
 * @type {'Program16X102'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_102 = 'Program16X102';

/**
 * The MIDI 'PROGRAM_103' input code on channel sixteen.
 * @type {'Program16X103'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_103 = 'Program16X103';

/**
 * The MIDI 'PROGRAM_104' input code on channel sixteen.
 * @type {'Program16X104'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_104 = 'Program16X104';

/**
 * The MIDI 'PROGRAM_105' input code on channel sixteen.
 * @type {'Program16X105'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_105 = 'Program16X105';

/**
 * The MIDI 'PROGRAM_106' input code on channel sixteen.
 * @type {'Program16X106'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_106 = 'Program16X106';

/**
 * The MIDI 'PROGRAM_107' input code on channel sixteen.
 * @type {'Program16X107'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_107 = 'Program16X107';

/**
 * The MIDI 'PROGRAM_108' input code on channel sixteen.
 * @type {'Program16X108'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_108 = 'Program16X108';

/**
 * The MIDI 'PROGRAM_109' input code on channel sixteen.
 * @type {'Program16X109'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_109 = 'Program16X109';

/**
 * The MIDI 'PROGRAM_110' input code on channel sixteen.
 * @type {'Program16X110'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_110 = 'Program16X110';

/**
 * The MIDI 'PROGRAM_111' input code on channel sixteen.
 * @type {'Program16X111'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_111 = 'Program16X111';

/**
 * The MIDI 'PROGRAM_112' input code on channel sixteen.
 * @type {'Program16X112'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_112 = 'Program16X112';

/**
 * The MIDI 'PROGRAM_113' input code on channel sixteen.
 * @type {'Program16X113'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_113 = 'Program16X113';

/**
 * The MIDI 'PROGRAM_114' input code on channel sixteen.
 * @type {'Program16X114'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_114 = 'Program16X114';

/**
 * The MIDI 'PROGRAM_115' input code on channel sixteen.
 * @type {'Program16X115'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_115 = 'Program16X115';

/**
 * The MIDI 'PROGRAM_116' input code on channel sixteen.
 * @type {'Program16X116'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_116 = 'Program16X116';

/**
 * The MIDI 'PROGRAM_117' input code on channel sixteen.
 * @type {'Program16X117'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_117 = 'Program16X117';

/**
 * The MIDI 'PROGRAM_118' input code on channel sixteen.
 * @type {'Program16X118'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_118 = 'Program16X118';

/**
 * The MIDI 'PROGRAM_119' input code on channel sixteen.
 * @type {'Program16X119'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_119 = 'Program16X119';

/**
 * The MIDI 'PROGRAM_120' input code on channel sixteen.
 * @type {'Program16X120'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_120 = 'Program16X120';

/**
 * The MIDI 'PROGRAM_121' input code on channel sixteen.
 * @type {'Program16X121'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_121 = 'Program16X121';

/**
 * The MIDI 'PROGRAM_122' input code on channel sixteen.
 * @type {'Program16X122'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_122 = 'Program16X122';

/**
 * The MIDI 'PROGRAM_123' input code on channel sixteen.
 * @type {'Program16X123'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_123 = 'Program16X123';

/**
 * The MIDI 'PROGRAM_124' input code on channel sixteen.
 * @type {'Program16X124'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_124 = 'Program16X124';

/**
 * The MIDI 'PROGRAM_125' input code on channel sixteen.
 * @type {'Program16X125'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_125 = 'Program16X125';

/**
 * The MIDI 'PROGRAM_126' input code on channel sixteen.
 * @type {'Program16X126'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_126 = 'Program16X126';

/**
 * The MIDI 'PROGRAM_127' input code on channel sixteen.
 * @type {'Program16X127'}
 * @constant
 *
 * @memberof module:INPUT_CODES/MIDI/CHANNEL_SIXTEEN
 */
const PROGRAM_127 = 'Program16X127';

export {

    PROGRAM_0,
    PROGRAM_1,
    PROGRAM_2,
    PROGRAM_3,
    PROGRAM_4,
    PROGRAM_5,
    PROGRAM_6,
    PROGRAM_7,
    PROGRAM_8,
    PROGRAM_9,
    PROGRAM_10,
    PROGRAM_11,
    PROGRAM_12,
    PROGRAM_13,
    PROGRAM_14,
    PROGRAM_15,
    PROGRAM_16,
    PROGRAM_17,
    PROGRAM_18,
    PROGRAM_19,
    PROGRAM_20,
    PROGRAM_21,
    PROGRAM_22,
    PROGRAM_23,
    PROGRAM_24,
    PROGRAM_25,
    PROGRAM_26,
    PROGRAM_27,
    PROGRAM_28,
    PROGRAM_29,
    PROGRAM_30,
    PROGRAM_31,
    PROGRAM_32,
    PROGRAM_33,
    PROGRAM_34,
    PROGRAM_35,
    PROGRAM_36,
    PROGRAM_37,
    PROGRAM_38,
    PROGRAM_39,
    PROGRAM_40,
    PROGRAM_41,
    PROGRAM_42,
    PROGRAM_43,
    PROGRAM_44,
    PROGRAM_45,
    PROGRAM_46,
    PROGRAM_47,
    PROGRAM_48,
    PROGRAM_49,
    PROGRAM_50,
    PROGRAM_51,
    PROGRAM_52,
    PROGRAM_53,
    PROGRAM_54,
    PROGRAM_55,
    PROGRAM_56,
    PROGRAM_57,
    PROGRAM_58,
    PROGRAM_59,
    PROGRAM_60,
    PROGRAM_61,
    PROGRAM_62,
    PROGRAM_63,
    PROGRAM_64,
    PROGRAM_65,
    PROGRAM_66,
    PROGRAM_67,
    PROGRAM_68,
    PROGRAM_69,
    PROGRAM_70,
    PROGRAM_71,
    PROGRAM_72,
    PROGRAM_73,
    PROGRAM_74,
    PROGRAM_75,
    PROGRAM_76,
    PROGRAM_77,
    PROGRAM_78,
    PROGRAM_79,
    PROGRAM_80,
    PROGRAM_81,
    PROGRAM_82,
    PROGRAM_83,
    PROGRAM_84,
    PROGRAM_85,
    PROGRAM_86,
    PROGRAM_87,
    PROGRAM_88,
    PROGRAM_89,
    PROGRAM_90,
    PROGRAM_91,
    PROGRAM_92,
    PROGRAM_93,
    PROGRAM_94,
    PROGRAM_95,
    PROGRAM_96,
    PROGRAM_97,
    PROGRAM_98,
    PROGRAM_99,
    PROGRAM_100,
    PROGRAM_101,
    PROGRAM_102,
    PROGRAM_103,
    PROGRAM_104,
    PROGRAM_105,
    PROGRAM_106,
    PROGRAM_107,
    PROGRAM_108,
    PROGRAM_109,
    PROGRAM_110,
    PROGRAM_111,
    PROGRAM_112,
    PROGRAM_113,
    PROGRAM_114,
    PROGRAM_115,
    PROGRAM_116,
    PROGRAM_117,
    PROGRAM_118,
    PROGRAM_119,
    PROGRAM_120,
    PROGRAM_121,
    PROGRAM_122,
    PROGRAM_123,
    PROGRAM_124,
    PROGRAM_125,
    PROGRAM_126,
    PROGRAM_127
};