Clean environment factory method
This commit is contained in:
@@ -4,35 +4,6 @@ from smnp.type.model import Type
|
|||||||
|
|
||||||
|
|
||||||
def createEnvironment():
|
def createEnvironment():
|
||||||
# functions = [
|
|
||||||
# display.function,
|
|
||||||
# type.function,
|
|
||||||
# exit.function,
|
|
||||||
# sleep.function,
|
|
||||||
# semitones.function,
|
|
||||||
# interval.function,
|
|
||||||
# combine.function,
|
|
||||||
# flat.function,
|
|
||||||
# #wait.function,
|
|
||||||
# rand.function,
|
|
||||||
# tuplet.function,
|
|
||||||
# synth.function,
|
|
||||||
# pause.function,
|
|
||||||
# transpose.function,
|
|
||||||
# sound.function,
|
|
||||||
# map.function,
|
|
||||||
# concat.function,
|
|
||||||
# range.function,
|
|
||||||
# debug.function
|
|
||||||
# ]
|
|
||||||
#
|
|
||||||
# methods = [
|
|
||||||
# duration.function,
|
|
||||||
# octave.function,
|
|
||||||
# play.function,
|
|
||||||
# get.function
|
|
||||||
# ]
|
|
||||||
|
|
||||||
variables = {
|
variables = {
|
||||||
"bpm": Type.integer(120)
|
"bpm": Type.integer(120)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user