Closed danigb closed 1 month ago
There is still a parsing bug when primitives (like max
) are used in labels. So just rename hbargraph("maxBand", 0, 2)
and it will compile.
Fixed in https://github.com/grame-cncm/faust/commit/37871be292ec9372c9a8111ea5535dda1d8c0329, but not yet deployed on Faust IDE.
Thanks!
Hey, thanks for the awesome audio environment and libraries! Impressive work 👏
While doing some tests on Faust IDE playground, I get an ASSERT failure error:
With this code:
Thanks!