tttapa / Control-Surface

Arduino library for creating MIDI controllers and other MIDI devices.
GNU General Public License v3.0
1.24k stars 139 forks source link

Buttons and Mixxx #373

Open GlacierPark19 opened 3 years ago

GlacierPark19 commented 3 years ago

Hello,

I found this library today and found it perfect for my needs HOWEVER. When using the example 1 button script, mixxx 2.2.0 could not detect my press of the button and said "no midi command detected". Please help!

Using an Arduino DUE on the Native USB port, Mixxx 2.2.0 on Debian Linux/Raspbian

tttapa commented 3 years ago

You'll have to post more information. Please post the exact code you're using.

Have you tried the USBDebugMIDI_Interface to verify that you get the correct output in the serial monitor when you press the button? (See Debug-MIDI-Interface.ino.) Have you tried using a MIDI monitor or amidi -d when using USBMIDI_Interface?