Skip to content

Commit

Permalink
Update Midi Fighter 16.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
4dvn authored Feb 14, 2020
1 parent 36838b1 commit 5f5d8a0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Firmware/Midi Fighter 16.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ CCPotentiometer potentiometer3(A2, {MIDI_CC::Channel_Volume, CHANNEL_4});

CCPotentiometer potentiometer4(A3, {MIDI_CC::Channel_Volume, CHANNEL_5});

/*
// Instantiate two potentiometers for the volume controls.
Bankable::CCPotentiometer potentiometer1 = {
{bank, BankType::CHANGE_CHANNEL}, // bank configuration
A0, // analog pin
{MIDI_CC::Channel_Volume, CHANNEL_1}, // address
};
Bankable::CCPotentiometer potentiometer2 = {
{bank, BankType::CHANGE_CHANNEL}, // bank configuration
A1, // analog pin
{
*/

/*
// Transposer to go +1 to -1 octave
Transposer<-2, +2> transposer(16);
Expand Down

0 comments on commit 5f5d8a0

Please sign in to comment.