wavetable loading checkpoint

This commit is contained in:
2026-02-07 15:13:47 -06:00
parent 537f571f6a
commit 3f335343e3
6 changed files with 51 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
import math
def process(phase):
print("im from process")
return math.sin(phase)