sebpiq / WebPd

Run your Pure Data patches on the web.
GNU Lesser General Public License v3.0
933 stars 88 forks source link

del~ with decimal places #130

Closed Reinissance closed 1 year ago

Reinissance commented 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)

sebpiq commented 1 year ago

Ok should be fixed (or at least will be in next release) !

sebpiq commented 1 year ago

Thanks for these bug reports ! That's super helpful <3