Clean environment factory method

This commit is contained in:
Bartłomiej Pluta
2019-07-09 23:09:54 +02:00
parent 89b147f1ce
commit 67d05c23be

View File

@@ -4,35 +4,6 @@ from smnp.type.model import Type
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 = {
"bpm": Type.integer(120)
}