Is it possible to get a pointer to arrays created by the "put" menu or [table] object?
-Jonathan
tabread, tabplay~, etc. gives you something that acts like a pointer.
.hc
On Jan 28, 2009, at 5:47 PM, Jonathan Wilkes wrote:
Is it possible to get a pointer to arrays created by the "put"
menu or [table] object?
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Access to computers should be unlimited and total. - the hacker ethic
I'm intending to figure out a way to "pointerise" named arrays but haven't got the design worked out yet. (Also, I'm hoping to allow the other sort of arrays to get used by the "tab" objects - I thing that would be quite powerful.
cheers Miller
On Wed, Jan 28, 2009 at 10:01:54PM -0500, Hans-Christoph Steiner wrote:
tabread, tabplay~, etc. gives you something that acts like a pointer.
.hc
On Jan 28, 2009, at 5:47 PM, Jonathan Wilkes wrote:
Is it possible to get a pointer to arrays created by the "put"
menu or [table] object?
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Access to computers should be unlimited and total. - the hacker ethic
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Toward the second feature you described: what if clicking on or dragging an element in a ds array outputs the following list from the struct: element [click/change] (pointer) [index]
Then at least a partial solution would be to use a "proxy" array as shown in the example patch. Currently to do this you need to traverse the datawindow with a [metro].
-Jonathan
--- On Thu, 1/29/09, Miller Puckette mpuckett@imusic1.ucsd.edu wrote:
From: Miller Puckette mpuckett@imusic1.ucsd.edu Subject: Re: [PD] Pointer to array To: "Hans-Christoph Steiner" hans@eds.org Cc: jancsika@yahoo.com, pd-list@iem.at Date: Thursday, January 29, 2009, 4:59 AM I'm intending to figure out a way to "pointerise" named arrays but haven't got the design worked out yet. (Also, I'm hoping to allow the other sort of arrays to get used by the "tab" objects - I thing that would be quite powerful.
cheers Miller
On Wed, Jan 28, 2009 at 10:01:54PM -0500, Hans-Christoph Steiner wrote:
tabread, tabplay~, etc. gives you something that acts
like a pointer.
.hc
On Jan 28, 2009, at 5:47 PM, Jonathan Wilkes wrote:
Is it possible to get a pointer to arrays
created by the "put"
menu or [table] object?
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Access to computers should be unlimited and total. -
the hacker ethic
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
Oops, I mixed up the tabwrite inlets in that last example.
-Jonathan
--- On Thu, 1/29/09, Miller Puckette mpuckett@imusic1.ucsd.edu wrote:
From: Miller Puckette mpuckett@imusic1.ucsd.edu Subject: Re: [PD] Pointer to array To: "Hans-Christoph Steiner" hans@eds.org Cc: jancsika@yahoo.com, pd-list@iem.at Date: Thursday, January 29, 2009, 4:59 AM I'm intending to figure out a way to "pointerise" named arrays but haven't got the design worked out yet. (Also, I'm hoping to allow the other sort of arrays to get used by the "tab" objects - I thing that would be quite powerful.
cheers Miller
On Wed, Jan 28, 2009 at 10:01:54PM -0500, Hans-Christoph Steiner wrote:
tabread, tabplay~, etc. gives you something that acts
like a pointer.
.hc
On Jan 28, 2009, at 5:47 PM, Jonathan Wilkes wrote:
Is it possible to get a pointer to arrays
created by the "put"
menu or [table] object?
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Access to computers should be unlimited and total. -
the hacker ethic
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->