I’m using a wind MIDI controller to play synths. So far I was not able to figure out how use the play
command in a way that I can play a note indefinitely until I decide to stop it.
How can this be done?
This may be of interest:
Apologies if this is a dumb question, but I’m not finding an answer (or not recognizing one) after searching the tutorial, the Lang tab and of course Google.
As I mentioned in my introductory post one of the things I want to do with SPi is use it as a synth I can play my Linnstrument through. The tutorial is clear about how to capture note_on events and pass them to a synth, i.e, the following is working in the sense that I can press a pad and hear a note played.
live_loop :midi_piano_on do
…
There are possibly many other examples/clues elsewhere in the forum - search for ‘midi synth input’