Hi list,
I need to play a very long track (in aif format) in pd (about an hour and a half), but it seems (I expected it a little) that this is much too long for soundfiler. Is there a way to load such a big sample in pd and read it? The track was composed with protools, which plays it perfectly. Is there a way for pd to grab the track while it is played by protools (or any other sound utility)?
Thank you, Julien
hello, i think you should use read message to soundfiler with flags -resize -maxsize <yourmaxsize to resize in samples> <filename> <array> cheers blazej
----- Original Message ----- From: "Julien Jassaud" sojastar@wanadoo.fr To: "PD List" pd-list@iem.kug.ac.at Sent: Wednesday, January 14, 2004 10:33 PM Subject: [PD] Very long sample.
Hi list,
I need to play a very long track (in aif format) in pd (about an hour and a half), but it seems (I expected it a little) that this is much too long for soundfiler. Is there a way to load such a big sample in pd and read it? The track was composed with protools, which plays it perfectly. Is there a way for pd to grab the track while it is played by protools (or any other sound utility)?
Thank you, Julien
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
no, no way.
( do you have enough memory for a 90 minutes sample ? )
you should use readsf~ instead. ciao, sevy
dowlasz wrote:
hello, i think you should use read message to soundfiler with flags -resize -maxsize <yourmaxsize to resize in samples> <filename> <array> cheers blazej
----- Original Message ----- From: "Julien Jassaud" sojastar@wanadoo.fr To: "PD List" pd-list@iem.kug.ac.at Sent: Wednesday, January 14, 2004 10:33 PM Subject: [PD] Very long sample.
Hi list,
I need to play a very long track (in aif format) in pd (about an hour and a half), but it seems (I expected it a little) that this is much too long for soundfiler. Is there a way to load such a big sample in pd and read it? The track was composed with protools, which plays it perfectly. Is there a way for pd to grab the track while it is played by protools (or any other sound utility)?
Thank you, Julien
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
yo, you are right ,just tried to test it ;)) i worked before with some longer files but not soooo long. thanx and sorry for wrong advice..... blazej ----- Original Message ----- From: Yves Degoyon To: dowlasz Cc: PD List ; Julien Jassaud Sent: Wednesday, January 14, 2004 11:53 PM Subject: Re: [PD] Very long sample.
no, no way.
( do you have enough memory for a 90 minutes sample ? )
you should use readsf~ instead. ciao, sevy
dowlasz wrote:
hello,i think you should use read message to soundfiler with flags-resize -maxsize <yourmaxsize to resize in samples> <filename> <array>cheersblazej----- Original Message ----- From: "Julien Jassaud" sojastar@wanadoo.frTo: "PD List" pd-list@iem.kug.ac.atSent: Wednesday, January 14, 2004 10:33 PMSubject: [PD] Very long sample.Hi list,I need to play a very long track (in aif format) in pd (about an hour and a half), but it seems (I expected it a little) that this is much too long for soundfiler. Is there a way to load such a big sample in pd and read it?The track was composed with protools, which plays it perfectly. Is there a way for pd to grab the track while it is played by protools (or any other sound utility)?Thank you,Julien_______________________________________________PD-list mailing listPD-list@iem.athttp://iem.at/cgi-bin/mailman/listinfo/pd-list______________________________... mailing listPD-list@iem.athttp://iem.at/cgi-bin/mailman/listinfo/pd-list
Hallo, Julien Jassaud hat gesagt: // Julien Jassaud wrote:
I need to play a very long track (in aif format) in pd (about an hour and a half), but it seems (I expected it a little) that this is much too long for soundfiler. Is there a way to load such a big sample in pd and read it?
Well, you will need A LOT of memory to write this into an array (unless it's one hour and a half silence sampled at 1 bit, 0.00001 Hz)
You're way better of by using readsf~ and directly playing this file from disc.
Frank Barknecht _ ______footils.org__
i'd use [readsf~] in this case... it streams directly from disk to its outlet~'s
check out "help-readsf~.pd" in the docs folder
-josh
Julien Jassaud wrote:
Hi list,
I need to play a very long track (in aif format) in pd (about an hour and a half), but it seems (I expected it a little) that this is much too long for soundfiler. Is there a way to load such a big sample in pd and read it? The track was composed with protools, which plays it perfectly. Is there a way for pd to grab the track while it is played by protools (or any other sound utility)?
Thank you, Julien
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
On Wednesday 14 January 2004 16:33, Julien Jassaud wrote:
Hi list,
I need to play a very long track (in aif format) in pd (about an hour and a half), but it seems (I expected it a little) that this is much too long for soundfiler.
What does soundfiler do again? Just make sure you're not trying to load the whole thing in to an array. What are you using to play the file - readsf~ ?
Is there a way to load such a big sample in pd and read it?
No, the answer is _not_ to load it all in at once.
The track was composed with protools, which plays it perfectly. Is there a way for pd to grab the track while it is played by protools (or any other sound utility)?
You don't say what OS you're running - on Linux, you could patch your file player into the audio input of PD, using Jack. But I think protools is a Microsoft OS app, right?
Thank you, Julien
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list