Hello all,
Does anyone here have any experience with SDIF files in Pure Data? When I used to patch in Max MSP, I used an object called *[sinusoids~]*, created by CNMAT, which would read SDIF files and resynthesize them. I found this very old thread about it http://lists.puredata.info/pipermail/pd-list/2004-03/018592.html but I can't find any objects for Pure Data on CNMAT's website, only Max stuff. Does anyone know if it's still possible to handle SDIF files with Pd, and if yes then how to do it? Thanks a lot in advance.
Best, Gilberto Agostinho
From what I remember, sinusoids~ doesn't actually read sdif files
directly. It accepts lists of frequencies and amplitudes. You should be able to design something like that in pure pd. (Look at the partial analysis example patch.)
I just came across this: http://mtg.upf.edu/people/eakin?p=Pd%20Stuff So it looks like you can read sdif files in pd.
www.peimankhosravi.co.uk || RSS Feed || Concert News
On 13 January 2015 at 14:53, Gilberto Agostinho gilbertohasnofb@googlemail.com wrote:
Hello all,
Does anyone here have any experience with SDIF files in Pure Data? When I used to patch in Max MSP, I used an object called [sinusoids~], created by CNMAT, which would read SDIF files and resynthesize them. I found this very old thread about it http://lists.puredata.info/pipermail/pd-list/2004-03/018592.html but I can't find any objects for Pure Data on CNMAT's website, only Max stuff. Does anyone know if it's still possible to handle SDIF files with Pd, and if yes then how to do it? Thanks a lot in advance.
Best, Gilberto Agostinho
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi Peiman,
On 13/01/15 16:52, peiman khosravi wrote:
From what I remember, sinusoids~ doesn't actually read sdif files directly. It accepts lists of frequencies and amplitudes. You should be able to design something like that in pure pd. (Look at the partial analysis example patch.)
You are absolutely correct, it has been some long time since I last used SDIF on Max, so I actually mixed up things here. Indeed your description of [sinusoids~] is correct, and I can't quite remember which object was loading the SDIF files and feeding them to [sinusoids~]
On 13/01/15 16:52, peiman khosravi wrote:
I just came across this:http://mtg.upf.edu/people/eakin?p=Pd%20Stuff So it looks like you can read sdif files in pd.
That looks great, indeed that is what I am looking for! The only problem I am having so far is that these externals are compiled for Linux 32-bit and I couldn't compile them myself in Linux 64-bit. I will give it one more try later on, let's see how it goes.
Thanks and take care, Gilberto Agostinho
Hello all,
Does anyone here have any experience with SDIF files in Pure Data? When I used to patch in Max MSP, I used an object called *[sinusoids~]*, created by CNMAT, which would read SDIF files and resynthesize them. I found this very old thread about it http://lists.puredata.info/pipermail/pd-list/2004-03/018592.html but I can't find any objects for Pure Data on CNMAT's website, only Max stuff. Does anyone know if it's still possible to handle SDIF files with Pd, and if yes then how to do it? Thanks a lot in advance.
A quick search of the SVN external sources yields the "sdiflists" external, which I have not tried myself.
Hi Peter,
On 13/01/15 17:02, Peter P. wrote:
A quick search of the SVN external sources yields the "sdiflists" external, which I have not tried myself.
Thanks for your reply. Indeed that seems to be the external I am looking for (another person in this list also pointed me in that direction), but it is compiled only for Linux 32-bit and I use a 64-bit distro. Compiling it is being a bit problematic so far, but I will give it another go later on.
Take care, Gilberto