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

Questions about programming?Chat with your personal AI assistant