Hello.
I am doing my first tests with MIDI controllers with Arduino. I am still a noob on this.
I did my first test with sensors and I can control parameters in Ableton with no problems.
I stumbled upon the Hairless-midiserial interface. I was wondering if there is a way to not use this interface and send MIDI from Arduino directly. Just as a normal MIDI controller that you just connects via USB.
I am also trying to use the Control Surface library for a MIDI controller project. Control Surface: Getting Started
I have an Arduino Uno rev 3 with the ATmega328P-PU.
I have been reading that the UNO does not support MIDI over USB natively, but on all readings it says a different Atmega than the one I have.
Do you know if mine does support it?