Create 'synth' function
This commit is contained in:
@@ -10,6 +10,7 @@ from smnp.library.function.octave import withOctave
|
||||
from smnp.library.function.rand import random
|
||||
from smnp.library.function.semitones import semitones
|
||||
from smnp.library.function.sleep import sleep
|
||||
from smnp.library.function.synth import synth
|
||||
from smnp.library.function.tuplet import tuplet
|
||||
from smnp.library.function.type import objectType
|
||||
|
||||
@@ -26,7 +27,8 @@ def createEnvironment():
|
||||
flat,
|
||||
wait,
|
||||
random,
|
||||
tuplet
|
||||
tuplet,
|
||||
synth
|
||||
]
|
||||
|
||||
methods = [
|
||||
|
||||
Reference in New Issue
Block a user