Re: [Faudiostream-users] Reading a ~.pd_linux with Pure Data

2014-05-14 Thread Albert Graef
Sorry, still catching up on my email... On Mon, May 12, 2014 at 7:10 PM, Hugo Caracalla es.illus...@gmail.comwrote faust -a puredata.cpp -o noise-pd.cpp noise.dsp g++ -DPD -Wall -g -shared -Dmydsp=noise \ -I/usr/include/pdextended \ -o noise~.pd_linux noise-pd.cpp That looks good to me.

Re: [Faudiostream-users] Reading a ~.pd_linux with Pure Data

2014-05-13 Thread Thomas CIPIERRE
Hi Hugo, Sorry to hear you've had problem with my instructions. I would say it could be the cause of the incorrect .pd_linux files, since in my case, after installing llvm and clang flawlessly via ubuntu repository (apt-get), I could not make the faust2puredata output correct files. The way I've

[Faudiostream-users] Reading a ~.pd_linux with Pure Data

2014-05-12 Thread Hugo Caracalla
Hello, Firstly, I have to say that I am a mere beginner both in audio signal processing and in Faust : hence, my apologies if I missed an obvious point along the way. I am trying to run a function created in Faust (here I will use noise.dsp as given in the examples) with Pure Data (extended).

Re: [Faudiostream-users] Reading a ~.pd_linux with Pure Data

2014-05-12 Thread Julius Smith
Hi Hugo, Did you try the faust2puredata script? (I personally wish faust2puredata were renamed to faust2pd with the existing faust2pd renamed to faust2pdpure or something like that.) - Julius At 10:10 AM 5/12/2014, Hugo Caracalla wrote: Hello, Firstly, I have to say that I am a mere

Re: [Faudiostream-users] Reading a ~.pd_linux with Pure Data

2014-05-12 Thread Hugo Caracalla
Hi Julius, Thank you for answering. I actually didn't know that faust2puredata existed : since it outputs both a .pd and a ~.pd_linux file, does this mean that there was no need for the whole installation of pure and faust2pd ? I ran it on noise.dsp, but the two files I obtain have exactly the

Re: [Faudiostream-users] Reading a ~.pd_linux with Pure Data

2014-05-12 Thread Julius Smith
Hi Hugo, faust2puredata runs faust2pd, so pure is still needed. I just tried faust2puredata noise.dsp in faust/examples, and it worked fine in pd-extended 0.42.5 on an up-to-date MacBook Pro (test patch attached). - Julius At 10:33 AM 5/12/2014, Hugo Caracalla wrote: Hi Julius, Thank

Re: [Faudiostream-users] Reading a ~.pd_linux with Pure Data

2014-05-12 Thread Thomas CIPIERRE
Hi Hugo, I have wrestled myself a bit on that part but now everything is working fine for me (Ubuntu-studio-14.04 LTS x86-64, 3.13.0-24-lowlatency kernel, Faust 0.9.67, LLVM 3.4). The main problem I encountered was with LLVM. Everything seemed fine but I had to compile it in order to make things

Re: [Faudiostream-users] Reading a ~.pd_linux with Pure Data

2014-05-12 Thread Julius Smith
I should also mention that I am running pure as installed by MacPorts: port installed pure The following ports are currently installed: pure @0.60_0 (active) faust2pd -V faust2pd version 2.5, Copyright (c) 2009 by Albert Graef and Faust master latest git. - Julius At 11:36 AM 5/12/2014,

Re: [Faudiostream-users] Reading a ~.pd_linux with Pure Data

2014-05-12 Thread Hugo Caracalla
Thanks to both of you. Julius, I ran the .pd you sent me : it works perfectly fine on Pure Data, no problem outputting the sound. Henceforth my problem must be coming from Faust and nothing else, that's a big step. I will try to reinstall Faust cleanly once I get some sleep, see if this helps.