Closed Reinissance closed 1 year ago
delay~ with initialvalues with floatingpoint numbers give this error:
ERROR : ERROR AS200: Conversion from type 'f64' to 'i32' requires an explicit cast. : 3009 │ toFloat(130.502), │ ~~~ └─ in input.ts(3009,25)
Ok should be fixed (or at least will be in next release) !
Thanks for these bug reports ! That's super helpful <3
delay~ with initialvalues with floatingpoint numbers give this error:
ERROR : ERROR AS200: Conversion from type 'f64' to 'i32' requires an explicit cast. : 3009 │ toFloat(130.502), │
~~~ └─ in input.ts(3009,25)