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

@@ -1,5 +1,6 @@
import "env.memory" memory(1);
import "env.sin" fn sin(f32) -> f32;
import "env.pow" fn pow(f32, f32) -> f32;
import "env.exp" fn exp(f32) -> f32;
include "ges.cwa"