<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4134.100" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi list,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I&nbsp;was wondering if it's possible to write dsp 
blocks into arrays starting at a specific position instead of having to write a 
whole string of dsp blocks until the array is full or you stop the recording 
(like with tabwrite~).&nbsp;I would like to have a behaviour&nbsp;like the 
tabwrite (without tilde)&nbsp;where you can specify the index at where you want 
to write the floats. </FONT></DIV>
<DIV><FONT face=Arial size=2>For example, write a 64 sample block in arrayX 
starting at array index 100. The data from index 100 to 163 would be overwritten 
and the rest of the data in the array would remain unchanged.</FONT></DIV>
<DIV><FONT face=Arial size=2>I couldnt figure out how to do this with tabwrite~ 
or tabsend~.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>thnks for your patience</FONT></DIV></BODY></HTML>