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 5f5d8a0 commit b67713f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Firmware/Midi Fighter 16.ino
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ 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
Expand All @@ -28,7 +27,6 @@ Bankable::CCPotentiometer potentiometer2 = {
{bank, BankType::CHANGE_CHANNEL}, // bank configuration
A1, // analog pin
{
*/

/*
Expand Down

0 comments on commit b67713f

Please sign in to comment.