Hi PeeDee List, here's what I'm trying to accomplish:<br>
<br>
1) Record a MIDI stream of a non-predetermined length<br>
2) Play said MIDI stream back on-the-fly<br>
<br>
At first I thought I could do this with a few Tabwrites and Tabplays in parallel, but <br>
<br>
1) then I thought &quot;What if, say, CC25 and CC35 are coming in at the
same time?&nbsp; Would it get confused, or does MIDI do some kind of
&quot;staggering&quot; where exactly one MIDI message is coming in at a time?<br>
<br>
2) to create a variable-sized buffer with Tabwrite, it seems like I
would basically have to increase the size of the table by 1 at the MIDI
control rate (500 Hz or whatever it is).&nbsp; I was concerned that
this might lead to glitches.<br>
<br>
***<br>
<br>
At any rate, it seems like a fairly common task to accomplish, so I thought I'd ask here before reinventing the wheel...<br>
<br>
Thanks for any thoughts!<br>
rs<br>