hallo frank,
thanks for the snippet ; after an initial confusion (my PD RC7 was thinking the list object is a bang object?!) i got a recent build and it works ; very perspicuous!
ciao, -sciss-
--- pd-list-request@iem.at wrote:
From: Frank Barknecht fbar@footils.org Subject: Re: [PD] Re: Segmented Patch Chords? PVar / PV? To: pd-list@iem.at Message-ID: 20060213193212.GF29066@fliwatut.scifi Content-Type: text/plain; charset="us-ascii"
Hallo, Item State hat gesagt: // Item State wrote:
it's not my intent to start an aesthetic war, just
i
have mental pain with chords going straight across from bottom to top, especially since you cannot readily see which direction the data flows, so i started to use a lot of pvar associations in max.
Okay, I now looked up, what pvar/pv is, in the Max Reference manual. For storing single float values you can use the [value] object with $0 as in: [value $0-x].
Do you Yahoo!? Never miss an Instant Message - Yahoo! Messenger for SMS http://au.mobile.yahoo.com/mweb/index.html
Hallo, Item State hat gesagt: // Item State wrote:
thanks for the snippet ; after an initial confusion (my PD RC7 was thinking the list object is a bang object?!) i got a recent build and it works ; very perspicuous!
You could also use the external [any] from IEMlib instead. The "pvar.pd" is just a snippet to give you an idea. If you don't want to "pollute the symbol-table" too much with lots of send/receive pairs, you could also use a single, global send/receive and then do a [route $1] inside.
This has an additional advantage: It allows to built a simple state saving mechanism using only builtin objects. I illustrated all that in the next two patches.
Instead of [route] it is also possible to use [OSCroute], which is the approach I used in the Memento state saving system that is at the base of the RRADical patches.
Frank Barknecht _ ______footils.org_ __goto10.org__
A fully functional [list] object was only introduced in 0.39. For
Pd-0.38.4-extendedRC8, I backported the [list] object from 0.39.2.
.hc
On Feb 14, 2006, at 5:29 AM, Item State wrote:
hallo frank,
thanks for the snippet ; after an initial confusion (my PD RC7 was thinking the list object is a bang object?!) i got a recent build and it works ; very perspicuous!
ciao, -sciss-
--- pd-list-request@iem.at wrote:
From: Frank Barknecht fbar@footils.org Subject: Re: [PD] Re: Segmented Patch Chords? PVar / PV? To: pd-list@iem.at Message-ID: 20060213193212.GF29066@fliwatut.scifi Content-Type: text/plain; charset="us-ascii"
Hallo, Item State hat gesagt: // Item State wrote:
it's not my intent to start an aesthetic war, just
i
have mental pain with chords going straight across from bottom to top, especially since you cannot readily see which direction the data flows, so i started to use a lot of pvar associations in max.
Okay, I now looked up, what pvar/pv is, in the Max Reference manual. For storing single float values you can use the [value] object with $0 as in: [value $0-x].
____________________________________________________ Do you Yahoo!? Never miss an Instant Message - Yahoo! Messenger for SMS http://au.mobile.yahoo.com/mweb/index.html
PD-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Man has survived hitherto because he was too ignorant to know how to
realize his wishes.
Now that he can realize them, he must either change them, or perish.
-William Carlos
Williams