Replies: 1 comment
-
You're creating two MIDI interfaces here. Control Surface only uses the default MIDI interface. If you don't explicitly set the default, it's the one you've created last. If you want to use multiple MIDI interfaces at the same time, see https://tttapa.github.io/Control-Surface-doc/Doxygen/d3/df7/midi-tutorial.html#midi_md-routing and https://tttapa.github.io/Control-Surface-doc/Doxygen/d5/da5/Dual-MIDI-Interface_8ino-example.html.
The NoteLED class only reacts to incoming MIDI messages. The push button won't affect it directly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I want to run the lib on an ESP32-WROOM-32 with the physical MIDI pins.
Unfortunately, for the electronics engineer that I am, there are no electronic diagrams and the documentation is a horrible headache because it is so vast (but, I am sure that for a developer, this documentation is a gold mine :D ) .
So I'll try to take the time to understand all of this :)
First, I just want to play one note. I did the following wiring:
When pressing the button, I can get information about the serial port of the Arduino IDE:
But the LED remains off and absolutely nothing happens on the RX2 and TX2 outputs.
I wonder what I did wrong, I've been looking for the problem for a few hours in vain. I would be delighted if someone could help me tell me where I am going wrong :)
Thx,
Seb
Bonsoir,
Je souhaite faire fonctionner la lib sur un ESP32-WROOM-32 avec les broches MIDI physiques.
Malheureusement, pour l'électronicien que je suis, il n'y a aucun schémas électronique et la documentation est une horrible prise de tête tellement elle est vaste (mais je suis sur que pour un développeur, cette documentation est une mine d'or).
Je vais donc essayer de prendre le temps de comprendre tout ca :)
Dans un premier temps, je souhaite simplement jouer une note. J'ai fais le câblage suivant :
Lors de l'appuis sur le bouton, j'arrive bien à avoir des informations sur le port série de l'IDE Arduino :
Mais la led reste éteinte et il ne se passe strictement rien sur les sorties RX2 et TX2.
Je me demande ce que j'ai mal fais, cela fais quelques heures que je cherche le problème en vain. Je serais ravis qu'une personne puisse m'aider à me dire ou je fais fausse route :)
Bonne soirée,
Seb
Beta Was this translation helpful? Give feedback.
All reactions