fixed one pole filter, wide stereo bit

This commit is contained in:
2022-04-02 00:06:04 +02:00
parent 82c1ddb867
commit 1917057b81
3 changed files with 31 additions and 12 deletions

View File

@@ -3,6 +3,7 @@ import "env.memory" memory(4);
import "env.sin" fn sin(f32) -> f32;
import "env.cos" fn cos(f32) -> f32;
import "env.pow" fn pow(f32, f32) -> f32;
import "env.exp" fn exp(f32) -> f32;
export fn time() -> f32 {
(0!64) as f32 / 1000 as f32