Hi, there is an object "table",but without help-file(windows v.0.34_1).Where can I get that file or infos on how it works ?
Greetings,
Michael
Michael Scherzinger hat gesagt: // Michael Scherzinger wrote:
there is an object "table",but without help-file(windows v.0.34_1).Where can I get that file or infos on how it works?
A table is nearly the same as an array, but you don't insert it via the menus, but instead by typing its name into an object. The big advantage of table is, that you can use it with variable names like [table $1] in a subpatch. You can do anything with a table, that you can do with an array. Just connect messages like "resize 128" or "write table.txt" to a table object.
__ __
Frank Barknecht ____ ______ ____ __ trip\ \ / /wire ______
/ __// __ /__/ __// // __ \ / / __ \ ___\
/ / / ____/ / / / // ____// /\ \ ___\____ \
/_/ /_____/ /_/ /_//_____// / \ \_____\_____
/_/ _\
The creation argument to the [table] object will name the array that will be put inside... I'm not sure if there are any other things one should know about [table]... After having created an array through [table] you interact with the array in the way you can see in doc/2.control.examples/15.array.pd and doc/2.control.examples/16.more.arrays.pd
[table] becomes a subpatch which you can open and find your array inside.
On a side note to the list: I've found recently (I'm on ver. 0.34-0) that if I stick anything within [table] object (I mean inside the subpatch, right next to the graph) and save the patch it does not get saved... All is gone after reopening except for the graph with an array. Is that a normal behaviour????
On 9/22/01 6:57 AM, "Michael Scherzinger" mscherzinger@gmx.de wrote:
Hi, there is an object "table",but without help-file(windows v.0.34_1).Where can I get that file or infos on how it works ?
Greetings,
Michael
hi,
since a table object is saved in a .pd file just as any other object, and not as a subcanvas, I think the behaviour could not be different.
Probably adding objects into a table window should be somehow disabled, to avoid confusion.
Btw., what is not saved, are also array/graph properties and array contents -- quite a difference comparing to regular arrays...
Krzysztof
Michal Seta wrote: ...
[table] becomes a subpatch which you can open and find your array inside.
On a side note to the list: I've found recently (I'm on ver. 0.34-0) that if I stick anything within [table] object (I mean inside the subpatch, right next to the graph) and save the patch it does not get saved... All is gone after reopening except for the graph with an array. Is that a normal behaviour????
Hmm... I don't have a policy about this yet. Also I have to think about qlist and textfile, and "data" objects and try to handle them coherently. Someday...
cheers Miller
On a side note to the list: I've found recently (I'm on ver. 0.34-0) that if I stick anything within [table] object (I mean inside the subpatch, right next to the graph) and save the patch it does not get saved... All is gone after reopening except for the graph with an array. Is that a normal behaviour????
On 9/22/01 6:57 AM, "Michael Scherzinger" mscherzinger@gmx.de wrote:
Hi, there is an object "table",but without help-file(windows v.0.34_1).Where can I get that file or infos on how it works ?
Greetings,
Michael
hi michael, you can put this (not official) help-patch in your /5.reference folder.. marius. ----- Original Message ----- From: Michael Scherzinger To: pd-list@iem.kug.ac.at Sent: Saturday, September 22, 2001 12:57 PM Subject: [PD] table object help file ?
Hi, there is an object "table",but without help-file(windows v.0.34_1).Where can I get that file or infos on how it works ?
Greetings,
Michael