oloturia 1 tháng trước cách đây
mục cha
commit
58b1daee4a

+ 1 - 0
mixxx_controller_with_mux/Controllers.cpp

@@ -1,5 +1,6 @@
 #include "Controllers.h"
 
+
 // MIDI
 
 // First parameter is the event type (0x09 = note on, 0x08 = note off).

+ 1 - 0
mixxx_controller_with_mux/Controllers.h

@@ -4,6 +4,7 @@
 #include "Arduino.h"
 #include "MIDIUSB.h"
 
+
 // Uncomment this line if you want pin and values printed on the serial, remember to open a console because it waits until a connection is established.
 //#define DEBUG
 

+ 1 - 0
mixxx_controller_with_mux/mixxx_controller_with_mux.ino

@@ -1,5 +1,6 @@
 #include "Controllers.h"
 
+
 /* This is a sketch that it transforms your Arduino Leonardo or Leonardo like (i.e. boards with atmega32u4) in a MIDI console for interfacing
  * with Mixxx (https://mixxx.org). Perhaps you can also use an UNO but you have to sacrifice some pins in order to add a MIDI interface to your Arduino.
  * Once you have flashed the board, you have to train Mixxx in Preferences/Controllers menu.