Hi people.
Well I'm making a midi controller to use in fl studio.
I'm using the "hairless" and loopmidi software . I have seen
so many videos with differents methods to do it.
THE BEST METHOD TO MAKE A MIDI CONTROLLER IS USING
THE MIDI LIBRARY? CAN YOU TEACH ME TO USE THAT LIBRARY
PLEASE.
The best way is to look at the examples that come with the library. Go to the file menu then to Examples then scroll down to the MIDI library then across to examples and then pick an example for the aspect of the library you are interested in.
Grumpy_Mike:
The best way is to look at the examples that come with the library. Go to the file menu then to Examples then scroll down to the MIDI library then across to examples and then pick an example for the aspect of the library you are interested in.
I want that to press a button for example the button that is in port 12 of the arduino. and sounds the note DO (C) for example, but the library is complicated and I do not find that it does every instruction.
I do not find that it does every instruction.
Yes it does do every instruction.
and sounds the note DO (C) for example,
Is it D0 or is it C you want to sound?
I want that to press a button for example the button that is in port 12 of the arduino.
OK so go to the File menu, then Examples -> 02 Digital -> button to find out how to read a button. Change the pin number to the one you want to use and instead of turning the LED on an off send the MIDI note on / note off message.
Can you actually read code? I would start off by learning a bit about coding before trying anything more ambitious.
Do you know how MIDI works?