Some maths functions dont seem to be present - -faust land...
-
I'm trying to use
ma.deg2rad
in my faust script and its telling me...
ERROR : undefined symbol : deg2rad
previous to this in the script I'm using ma.tanh(somevalue) - and that seems OK...
but its also objecting to this:
it.remap(-1., 1., 1.-amount, 1.);
saying remap is undefined as well
what am I doing wrong?
-
Probably a library versioning issue. They latest release: https://github.com/grame-cncm/faust/releases.
-
@sletz said in Some maths functions dont seem to be present - -faust land...:
Probably a library versioning issue. They latest release: https://github.com/grame-cncm/faust/releases.
thanks - yes I see these came in V 2.59.6 - now to check what version I'm on.....