mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-28 03:10:24 -04:00
The modulated delay time was converted to int with i32.trunc_f32_u. This throws runtime error if the modulations caused the delaytime to become negative, because _u implied that it should be unsigned integer and negative numbers were out of range. Using i32.trunc_f32_s fixed this. |
||
---|---|---|
.. | ||
bridge | ||
templates | ||
compiler_macros.go | ||
compiler.go | ||
featureset_macros.go | ||
patterns_test.go | ||
patterns.go | ||
song_macros.go | ||
wasm_macros.go | ||
x86_macros.go |