MIDI Input with Propeller?
6581
Posts: 132
Hi,
I found the OBJ for Midi Input at the Parallax Obex but have no
clue how to use it to handle NoteOn, NoteOff, etc.
I'd like to use NoteOn, NoteOff, Pitchbend etc. to control
things like the Stereo Spatializer, Vocal tract etc.
Any help very appreciated!
I found the OBJ for Midi Input at the Parallax Obex but have no
clue how to use it to handle NoteOn, NoteOff, etc.
I'd like to use NoteOn, NoteOff, Pitchbend etc. to control
things like the Stereo Spatializer, Vocal tract etc.
Any help very appreciated!
Comments
Okay, thanks!
It works. I can handle the MidiOn, MidiOff and Pitchbend events. But
the Controller Change doesn't seem to work.
The Code looks something like:
So Midi NoteOn+NoteOff+PitchBend for channel 1, 2 and 3 works properly,
but the propeller hangs if it receives a controller change message, if not
receiving the dummy byte. Any suggestion?
Im using this as a reference: http://museinfo.sapp.org/doc/formats/midi/
Thanks
Andy