Files
metabalus/scripts/example_wavetable.py

6 lines
61 B
Python

import math
def process(phase):
return math.sin(phase)