Hi List
i want Pd to play 1 of 3 soundfiles according to the time of the day - this could be set up as 2 hour intervals. How can i / should i / is there a way to use [realtime] to switch between tables?
Thanks
claire
Try the all-new Yahoo! Mail. "The New Version is radically easier to use" Â The Wall Street Journal http://uk.docs.yahoo.com/nowyoucan.html
Hi,
there is a [date] in zexy.
lgP
clairex wrote:
Hi List
i want Pd to play 1 of 3 soundfiles according to the time of the day - this could be set up as 2 hour intervals. How can i / should i / is there a way to use [realtime] to switch between tables?
Thanks
claire
___________________________________________________________ Try the all-new Yahoo! Mail. "The New Version is radically easier to use" – The Wall Street Journal http://uk.docs.yahoo.com/nowyoucan.html
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
and a [time] too ;)
as far as switching between tables, [tabplay~] / [tabread4~] etc...can accept a [set $1< message
i want Pd to play 1 of 3 soundfiles according to the time of the day - this could be set up as 2 hour intervals. How can i / should i / is there a way to use [realtime] to switch between tables?
use [metro 1000]->[time] fom zexy, -> [select] with the parameters you
need to trigger everything.
you can send the |set $1< message to tabplay~, or use readsf~ to play
directly from disk. The latest would be maybe easier in this context (if
only normal playback is needed), just send a message |open file1.x, 1<,
|open file2.x, 1<, etc.
Joao