| Are you talking about a performance that involves sending external MIDI
messages into Csound to trigger events? If so, you're talking about having a
MIDI sequencer. One approach would be to run an ordinary MIDI sequencer in
parallel with Csound, and capture your performance there.
If you're talking about capturing events that are being generated on the fly
by the scoreline, event, and schedkwhen opcodes, then they're originating in
your code, so you ought to be able to write the data out to a table at the
same time you're generating the event. You would have to devise a way to
time-stamp it, of course, and then you'd have to write a playback engine
that would interpret the time-stamp data.
Perhaps wiser heads can suggest other ways of doing this. I'm just riffing
here....
--
View this message in context: http://csound.1045644.n5.nabble.com/Capture-all-i-events-on-an-Orchestra-tp5714964p5714966.html
Sent from the Csound - General mailing list archive at Nabble.com.
|