Forward input (but not sequencer or app-generated) MIDI messages to Python via on_idle.
commit2969c5d9c2631a123c267dc3e6779ac1b9e4b684
authorKrzysztof Foltman <wdev@foltman.com>
Fri, 15 Mar 2013 14:26:20 +0000 (15 14:26 +0000)
committerKrzysztof Foltman <wdev@foltman.com>
Fri, 15 Mar 2013 14:26:20 +0000 (15 14:26 +0000)
tree093c473798f290b1b30152add0b247a9556fc45c
parentd65bc35c4cc7032f6aee1b203dc203c9ec04f9f1
Forward input (but not sequencer or app-generated) MIDI messages to Python via on_idle.

This is to allow implementing MIDI control of applications or step sequencing.
Timing information is not kept, and so it's not yet possible to use it for
realtime recording. Also, SysEx messages are not supported yet.
app.c
app.h
jackio.c
main.c
midi.h
mididest.c
rt.c
rt.h
scene.c