Tested and it works!

Follow-up question:
Is it possible to change the 'branch' that is calculated at runtime? Doing
this naively with an hslider or button

var(0) = 5;
var(1) = 9;
choice = button("choice");
process = control(var(0),choice==0), control(var(1),choice==1) :> _;

Still fails when compiled with
faust -scal -es 1 -lang ocpp

- Jonatan

Den lør. 13. okt. 2018 kl. 09.32 skrev <l...@grame.fr>:

> Fixed on GIT master-dev branch (compiler version 2.11.10)
>
> Stéphane
>
>
> > Le 12 oct. 2018 à 11:05, Jonatan Midtgaard <jonatan.midtga...@gmail.com>
> a écrit :
> >
> > Thanks for the quick response. Looking forward to hearing about the
> developments.
> >
> > - Jonatan
> >
> > fre. 12. okt. 2018 17.02 skrev Stéphane Letz <l...@grame.fr>:
> > >
> > > ASSERT : please report this message, the stack trace, and the failing
> DSP file to Faust developers (file: mterm.cpp, line: 511, version: 2.11.9,
> options: ocpp, -scal -ftz 0)
> >
> > The reported message is indeed correct ! This reveal an issue in the
> compiler, we are working on it.
> >
> > Thanks.
> >
> > Stéphane
>
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to