I had it working with SC 3.6 on different Linux OS without any tweaks to
anything in Faust, but now even if I compile/install SC 3.6 I get same non
working ugens. OS is Ubuntu 16.04.
18 нояб. 2016 г. 11:26 пользователь "Eduardo Moguillansky" <
eduardo.moguillan...@gmail.com> написал:

This is the same output that I get with Supercollider 3.7 on linux with all
the examples bundled with faust, so it's probably not something that
changed with the new release of supercollider.

On Fri, Nov 18, 2016 at 6: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
>
>
------------------------------------------------------------------------------
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to