Skip to content

Commit

Permalink
removed song select as per issue 15
Browse files Browse the repository at this point in the history
Updates #15
  • Loading branch information
Ian Cole authored and Ian Cole committed Mar 2, 2019
1 parent 87752ea commit 05741f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions controller/mwc-bumblebee/mwc-bumblebee.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1044,8 +1044,8 @@ void actionVideoSelect (int video) {
if (debugOptions[DEBUG_ACTION]) Serial.printf("actionVideoSelect(%d)\n", video);

//send midi song select here
midi1.sendSongSelect(video);
midi2.sendSongSelect(video);
//midi1.sendSongSelect(video);
//midi2.sendSongSelect(video);
}
void actionFlare() {
if (debugOptions[DEBUG_ACTION]) Serial.printf("actionFlare()\n");
Expand Down

0 comments on commit 05741f4

Please sign in to comment.