Re: [Faudiostream-users] Broken Serial Composition Operator?

2014-08-26 Thread Stéphane LETZ
From Faust quick reference p19 Sequential Composition The sequential composition A:B (figure 3.3) expects: outputs(A) = inputs(B) (3.1) It connects each output of A to the corresponding input of B : A[i ] → [i ]B Stéphane Le 26 août 2014 à 04:48, Dolittle seedpr...@gmail.com a écrit :

Re: [Faudiostream-users] Broken Serial Composition Operator?

2014-08-26 Thread Stéphane LETZ
AFAICS the compiler semantic was made more strict at some point, I hope Yann (in vacation for now...) can comment on that later on. Stéphane Le 26 août 2014 à 08:26, Dolittle seedpr...@gmail.com a écrit : Stéphane, Thanks for the contemporary reference. Do you have any idea why the old

[Faudiostream-users] faust2vst and hslider step parameter

2014-08-26 Thread Oli Larkin
if I do something like this, I would expect the vst2 parameter returned via AudioEffectX::getParameterDisplay() to show a resolution of 2 dp, but instead it shows 6 dp basepitch = hslider(Base Pitch [unit:semitones], 60, 24, 96, 0.01); any chance this could be addressed? thanks! oli