PS:that happens to .dsp files that come bundled with faust (examples folder)

On Fri, Nov 18, 2016 at 8:05 AM, Ali Rasulovitch <alikthen...@gmail.com>
wrote:

> Julius, Stephane thanks for your replies.
> I added -std=c++11 to CXXFLAGS variable and .so files now compile without
> errors. But
> the thing is compiled plugins don't work now. They just crash
> supercollider without any output. like:
> ({
> var a;
> a = Saw.ar(333);
> a = FaustBPF.ar(a, 555);
> Out.ar(0, a);
> }.play )
>
> outputs:
> -> Synth('temp__1' : 1000)
> RESULT = 0
>
>
>
> On Thu, Nov 17, 2016 at 10:49 PM, Julius Smith <j...@ccrma.stanford.edu>
> wrote:
>
>> On Thu, Nov 17, 2016 at 11:24 AM, Ali Rasulovitch <alikthen...@gmail.com>
>> wrote:
>> > As I got it the reason is that faust compiler should be instructed to
>> use
>> > kind of "-std=c++11"
>>
>> That sounds right.  You should be able to add it to the CXXFLAGS in
>> faust2supercollider
>>
>> - Julius
>>
>> --
>> Julius O. Smith III <j...@ccrma.stanford.edu>
>> Professor of Music and, by courtesy, Electrical Engineering
>> CCRMA, Stanford University
>> http://ccrma.stanford.edu/~jos/
>>
>
>
------------------------------------------------------------------------------
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to