The problem with you code however is that when you put your midi-receiving application, for example Renoise, in MIDI-learning mode, will be confused by the constant stream of midi control-change commands, thus not knowing which potmeter/slider/whatever to assign to the currently selected learning-target.
I have adapted the code slightly to fix this: youknowwhattoputhere://pastebin DOT com/cqnY7nMj
there is a video sporting the code on my profile ;)
The problem with you code however is that when you put your midi-receiving application, for example Renoise, in MIDI-learning mode, will be confused by the constant stream of midi control-change commands, thus not knowing which potmeter/slider/whatever to assign to the currently selected learning-target.
I have adapted the code slightly to fix this: youknowwhattoputhere://pastebin DOT com/cqnY7nMj
there is a video sporting the code on my profile ;)
peterrusrus 6 months ago
That,s Great man do you have the sketch for that ?
RodBeale1 10 months ago
@cincopuntouno that's the pitch i guess, like you can see here arduino.cc/en/Tutorial/Midi look at the onNote procedure
xasdrubalex 10 months ago
Quite inspiring man =) thanks!! ohh btw... in your code what does the second numer means... in the MIDI_TX(x, "this-number", y);
thanks in advance
cincopuntouno 1 year ago