yes, that saving of all toggle,slider...etc GUI objects state direct from PDs menu to a file would be very nice... (wish)
...
sorry, but i have to ask something: how do i EASILY add 3 (or more) tables X in 1 table Y? (tables X are all same size) like; tableX1 : "123" tableX2 : "789" tableX3 : "456" [do something] tableY : "123789456"
i made it with [counter] (gem) adding all tables after each other in tableY, works... is there an "easier" way ?
thnx -andre
----- Original Message ----- From: "IOhannes zmoelnig" zmoelnig@iem.at To: "Krzysztof Czaja" czaja@chopin.edu.pl Cc: "Andre Schmidt" andre@vju.info; "PD-LiST" pd-list@iem.kug.ac.at Sent: Thursday, June 06, 2002 12:54 PM Subject: Re: [PD] table to receive?
Krzysztof Czaja wrote:
hi Andre,
have you tried looping this:
<ndx> -> t 0 0 -> [tabread <array>] -> (2)[pack s 0] -> ';$1 $2',
and
<the trigger above -> [makefilename $0-jp%d-r] -> (1)[<the pack above>]
using $0-jp1-r rather than $0-jp01-r?
well, one could use [makefilename $0-jp%02d-r] to get $0-jp01-r rather than $0-jp1-r
But what bothers me most is that this is a case when a preset mechanism would come in handy. Is anybody working on this? (Thomas?)
well, there is a built in functionality that stores the state of selected (via the "init" option in the properties; default is "no-init") gui-objects when the patch get's saved.
the major drawback is, of course, that only one state can be stored.
Krzysztof