Create functions 'withOctave', 'withDuration', 'random' and 'tuplet'
This commit is contained in:
@@ -13,4 +13,9 @@ class FunctionNotFoundException(SmnpException):
|
||||
|
||||
class MethodNotFoundException(SmnpException):
|
||||
def __init__(self, object, method):
|
||||
self.msg = f"Method '{method}' of type '{object}' not found"
|
||||
self.msg = f"Method '{method}' of type '{object}' not found"
|
||||
|
||||
|
||||
class IllegalArgumentException(SmnpException):
|
||||
def __init__(self, msg):
|
||||
self.msg = msg
|
||||
Reference in New Issue
Block a user