Reformat evaluator #1
This commit is contained in:
@@ -7,7 +7,7 @@ from smnp.type.model import Type
|
||||
_signature = signature(ofTypes(Type.INTEGER))
|
||||
def _function(env, value):
|
||||
bpm = env.findVariable('bpm')
|
||||
player.pause(value.value, bpm)
|
||||
player.pause(value.value, bpm.value)
|
||||
|
||||
|
||||
function = Function(_signature, _function, 'pause')
|
||||
Reference in New Issue
Block a user