Is there a way to ask an array what its size is at any time, specifically after you fill it with a WAV file from soundfiler -resize?
I see the print method, but that just posts the size in a diagnostic kind of way. I want my sampler to react to table size changes without having a [s blah-size] after every [soundfiler].
I looked for quite a while now and I can't find anything. Even in zexy.
(jfm3)
Hi.
http://iem.kug.ac.at/mailinglists/pd-list/2002-09/000492.html
Maurizio Umberto Puxeddu.
On Tue, 2002-12-31 at 22:12, jfm3 wrote:
Is there a way to ask an array what its size is at any time, specifically after you fill it with a WAV file from soundfiler -resize?
I see the print method, but that just posts the size in a diagnostic kind of way. I want my sampler to react to table size changes without having a [s blah-size] after every [soundfiler].
I looked for quite a while now and I can't find anything. Even in zexy.
(jfm3)
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
hi, you can use the vasp-external from thomas grill. it is a very big external, and the size function is just a small part of it. handling of vasp objects has an own syntax, but not very complicated. connect a message with the name of your array to the vasp.size? object and the outlet gives you the length in samples: [vasp array( | [vasp.size?] | [numberbox]
marius. find it at http://www.parasitaere-kapazitaeten.net/ext
----- Original Message ----- From: "jfm3" jfm3@ouroboros-complex.org To: pd-list@iem.kug.ac.at Sent: Tuesday, December 31, 2002 10:12 PM Subject: [PD] table size
Is there a way to ask an array what its size is at any time, specifically after you fill it with a WAV file from soundfiler -resize?
I see the print method, but that just posts the size in a diagnostic kind of way. I want my sampler to react to table size changes without having a [s blah-size] after every [soundfiler].
I looked for quite a while now and I can't find anything. Even in zexy.
(jfm3)
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list