Generation

translateTue, 16 May 2023

make a karplus strong midi engine

def ks(m, n): a = [] b = [] c = [] b = makeSine(midiToHz(m)) a = makeSine(midiToHz(n)) c = mix(a, b) return c

Want to kickstart your project?Use the new AI Studio to create your code