when building rnbo code with -DRNBO_USE_FLOAT32 you get
rnbo/common/RNBO_AudioSignal.h:82:27: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
Thanks for the report @giuliomoro -- I'll make a note of this to fix it up. As in #1 , please report future generalized RNBO questions/feature requests/bug reports/etc to support@cycling74.com or the forums.
when building rnbo code with
-DRNBO_USE_FLOAT32
you getFix the warning with an explicit cast to
number
: