There is an example in Kreidler's tutorial, that simulates the Alvin Lucier's piece.
André Damião Bandeira (11)9819-1999 www.soundcloud.com/dami-1 www.myspace.com/basavizi
From: teoria.musical@hotmail.com To: wallacechemical@gmail.com Subject: RE: [PD] Recording and playing back Date: Thu, 18 Nov 2010 14:12:20 +0000
There is an example in Kreidler's tutorial, that simulates the Alvin Lucier's piece.
André Damião Bandeira (11)9819-1999 www.soundcloud.com/dami-1 www.myspace.com/basavizi
Date: Thu, 18 Nov 2010 14:05:32 +0100 From: wallacechemical@gmail.com To: pd-list@iem.at Subject: [PD] Recording and playing back
Hi,
I want to write a little patch in order to record 30seconds of audio, playing it back and then again recording and playing it back, and so on.
Any examples/objects to suggest ?
thx
-- _.|| _. _ _ //(_|||(_|(_ (/_
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
2010/11/18 André Bandeira teoria.musical@hotmail.com:
There is an example in Kreidler's tutorial, that simulates the Alvin Lucier's piece.
that sounds interesting, in which part of the book is the example ?
thx
ayoh you can't look through the book and find it yourself? ts ts ts...
On Nov 18, 2010, at 10:21 PM, Wallace wrote:
There is an example in Kreidler's tutorial, that simulates the Alvin Lucier's piece.
that sounds interesting, in which part of the book is the example ?
thx
-- _.|| _. _ _ //(_|||(_|(_ (/_
http://pd-tutorial.com/english/ch03s04.html
2010/11/18 jurgen noise.now@gmail.com
ayoh you can't look through the book and find it yourself? ts ts ts...
On Nov 18, 2010, at 10:21 PM, Wallace wrote:
There is an example in Kreidler's tutorial, that simulates the Alvin Lucier's piece.
that sounds interesting, in which part of the book is the example ?
thx
-- _.|| _. _ _ //(_|||(_|(_ (/_
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Il 18/11/10 19:03, stéfan piat ha scritto:
http://pd-tutorial.com/english/ch03s04.html
2010/11/18 jurgen <noise.now@gmail.com mailto:noise.now@gmail.com>
ayoh you can't look through the book and find it yourself? ts ts ts...
I actually read the manual and looked through the book but didn't find that example.
Anyway: here's a first version of the patch that I need. The problem now: I'd need a message from tabwrite that it tells me when it's finished with writing to the table, so that I can start to play.
How can I do it ?
thx all
2010/11/20 marcello wallacechemical@gmail.com
Il 18/11/10 19:03, stéfan piat ha scritto:
http://pd-tutorial.com/english/ch03s04.html
2010/11/18 jurgen <noise.now@gmail.com mailto:noise.now@gmail.com>
ayoh you can't look through the book and find it yourself? ts ts
ts...
I actually read the manual and looked through the book but didn't find that example.
Anyway: here's a first version of the patch that I need. The problem now: I'd need a message from tabwrite that it tells me when it's finished with writing to the table, so that I can start to play.
since your table is 44100 samples long, it will be filled in 1 second (assuming that you work at 44.1 kHz.) A [del 1000] can give you an extra bang one second later to start the tabplay~. Or you could work with a metro that bangs the tabwrite~ and tabread~ objects... for example:
[metro 1000]
|
[toggle]
|
[sel 0 1]
|
|
[tabread~][tabwrite~]
gr, Tim
How can I do it ?
thx all
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
2010/11/20 tim vets timvets@gmail.com
2010/11/20 marcello wallacechemical@gmail.com
Il 18/11/10 19:03, stéfan piat ha scritto:
http://pd-tutorial.com/english/ch03s04.html
2010/11/18 jurgen <noise.now@gmail.com mailto:noise.now@gmail.com>
ayoh you can't look through the book and find it yourself? ts ts
ts...
I actually read the manual and looked through the book but didn't find that example.
Anyway: here's a first version of the patch that I need. The problem now: I'd need a message from tabwrite that it tells me when it's finished with writing to the table, so that I can start to play.
since your table is 44100 samples long, it will be filled in 1 second (assuming that you work at 44.1 kHz.) A [del 1000] can give you an extra bang one second later to start the tabplay~.
correction:
Or you could work with a metro that bangs the tabwrite~ and tabplay~ objects... for example:
[metro 1000] | [toggle] | [sel 0 1] |
| \
correction:
[tabplay~][tabwrite~]
gr, Tim
How can I do it ?
thx all
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list