an alternative: [date +%P%s%N( | [shell]
2013/12/30 tim vets timvets@gmail.com
[time] and [date] are externals, part of zexy tip: create them as [time _______] and [date ________] to better see the individual outlets.
2013/12/30 Ronni Montoya ronni.montoya@gmail.com
Hi Tim, the idea is to get unique filenames. How do you get time and date inside pd?
2013/12/30, tim vets timvets@gmail.com:
Do you really need random filenames, or just unique filenames? In most cases, I use something like [time] and [date] to generate unique filenames... Tim
2013/12/30 Simon Wise simonzwise@gmail.com
On 30/12/13 00:10, Jack wrote:
Le 29/12/2013 13:17, Ronni Montoya a écrit :
Hi, how can i create random file names in pd?
I need to have a recording button in my patch that everytimes records an audio file in a different ( random ) file name.
For example, each time i record something it should create random
.wav
file names:
kasdsd.wav lifasik.wav kjaskld.wav ............ etc
any idea how to achieve this?
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
A solution without external...
just use something like [symbol $1$2$3$4.wav(
to replace [list2symbol] if you really can't use it
Simon
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list