We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I have made an alphabet by drawing it into the Ableton MIDI keyboard. I have a sequence of MIDI notes for each letter in the alphabet. I want to make a code which will let the user type in a sentence, a MIDI sequence will then be created combining each sequence corresponding to each letter in the sentence and playing it all in a row. I have never worked with MIDI on processing, I was wondering if this is possible? And could you present me with some general guidelines on which direction to take with this?
Answers
Sounds possible.
For MIDI I tend to use TheMidiBus library which allows you to listen to a MIDI device and run a callback function when a note is received. Your code can be something really simple like
You will need a MIDI device that links Ableton to Processing. If you're running Ableton and Processing on the same computer you need to have a virtual MIDI device. I use LoopBe1 which is free for one device. I think OSX has a native virtual MIDI device (but am no expert).