I'd like to know if it's possible to show the midi events during timidity execution.
e.g.
…
2, 28410, Note_on_c, 8, 66, 64
2, 29350, Note_off_c, 8, 69, 64
…
this is an example about what I meant (showing information about the channel, the event, velocity, and so on)
but If only I can get the information that a key has been played, It would help me,
if not, is there another way to interact with timidity without using the complete midi file? If I generate the events in real time in code, can I send them to timidity?
is it possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I'd like to know if it's possible to show the midi events during timidity execution.
e.g.
…
2, 28410, Note_on_c, 8, 66, 64
2, 29350, Note_off_c, 8, 69, 64
…
this is an example about what I meant (showing information about the channel, the event, velocity, and so on)
but If only I can get the information that a key has been played, It would help me,
if not, is there another way to interact with timidity without using the complete midi file? If I generate the events in real time in code, can I send them to timidity?
is it possible?