Hi Yann,

Sorry, I am replying to my last email because I managed to deleted the
last email from you by mistake.

So yes, I think your commit 93b86c587acce8 ("Fix error detection for seq()
composition") fixes the problem.

Just in case, IIUC this "breaks" another special case,

        seq(i, 1, whatever);

before this patch (unless I missed something), the code above was
equivalent to

        whatever;

regardless of inputs/outputs of "whatever".

But don't get me wrong, as an (occasional) faust user I do like this
change, to me it makes the things more consistent. Just for record.


But damn ;) Actually I am writing this email because I got a lot of
compiler warnings when I tried to build faust after git pull. I am
puzzled, will try to investigate on Monday, had too much beer today ;)

Thanks!

Oleg.



_______________________________________________
Faudiostream-devel mailing list
Faudiostream-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-devel

Reply via email to