Ey,
Couple of years ago I needed to write~ to a table changing the write pointer position on the fly: http://iem.at/mailinglists/pd-dev/2002-09/000292.html
Seems that this never made it into the official version. Someone else mentioned tabwrix~ at the time: http://iem.at/mailinglists/pd-dev/2002-09/000279.html
But I can't find a current version of this around at the moment. So what's the lowdown on setting the write position of tabwrite~? Is there an external to do this? Should I just patch my pd source again?
Best,
chris@mccormick.cx http://mccormick.cx
On Mon, 18 Oct 2004, Chris McCormick wrote:
Ey,
Couple of years ago I needed to write~ to a table changing the write pointer position on the fly: http://iem.at/mailinglists/pd-dev/2002-09/000292.html
Seems that this never made it into the official version. Someone else mentioned tabwrix~ at the time: http://iem.at/mailinglists/pd-dev/2002-09/000279.html
But I can't find a current version of this around at the moment. So what's the lowdown on setting the write position of tabwrite~? Is there an external to do this? Should I just patch my pd source again?
Hi,
Check out the latest version of pd (0.38test-X), seems your patch is included.
Guenter
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
Hi Chris,
In 0.38 (still in test) you can send a numeric argument to tabwrite~ to set the write pointer. This, and sending a leter "stop" message, should be all you need.
cheers Miller
On Mon, Oct 18, 2004 at 02:56:31PM +0800, Chris McCormick wrote:
Ey,
Couple of years ago I needed to write~ to a table changing the write pointer position on the fly: http://iem.at/mailinglists/pd-dev/2002-09/000292.html
Seems that this never made it into the official version. Someone else mentioned tabwrix~ at the time: http://iem.at/mailinglists/pd-dev/2002-09/000279.html
But I can't find a current version of this around at the moment. So what's the lowdown on setting the write position of tabwrite~? Is there an external to do this? Should I just patch my pd source again?
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
That's grand, thanks a lot.
Chris.
On Mon, Oct 18, 2004 at 08:19:37AM -0700, Miller Puckette wrote:
Hi Chris,
In 0.38 (still in test) you can send a numeric argument to tabwrite~ to set the write pointer. This, and sending a leter "stop" message, should be all you need.
cheers Miller
On Mon, Oct 18, 2004 at 02:56:31PM +0800, Chris McCormick wrote:
Ey,
Couple of years ago I needed to write~ to a table changing the write pointer position on the fly: http://iem.at/mailinglists/pd-dev/2002-09/000292.html
Seems that this never made it into the official version. Someone else mentioned tabwrix~ at the time: http://iem.at/mailinglists/pd-dev/2002-09/000279.html
But I can't find a current version of this around at the moment. So what's the lowdown on setting the write position of tabwrite~? Is there an external to do this? Should I just patch my pd source again?
Best,
Chris.
chris@mccormick.cx http://mccormick.cx
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://iem.at/cgi-bin/mailman/listinfo/pd-list
chris@mccormick.cx http://mccormick.cx