Skip to content
Snippets Groups Projects
Commit 5698ceaf authored by q3k's avatar q3k
Browse files

sim: more bl00mbox fakes

parent 26b765a1
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@ class tinysynth:
def __init__(self, a):
pass
def decay_ms(self, a):
pass
def decay(self, a):
pass
......@@ -16,3 +19,15 @@ class tinysynth:
def sustain(self, a):
pass
def attack_ms(self, a):
pass
def release_ms(self, a):
pass
def volume(self, a):
pass
def stop(self):
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment