You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please let me know how you tried to install it. If you just downloaded this repo and installed it without the dependencies, then you would find the error you did. (If that is the case, your other option would be to install these other dependencies manually.)
Hey! I was trying to use Bacalao on Ubuntu Lunar Lobster but I can't do b = Bacalao().boot;
The error i get is pasted below:
Execution warning: Class 'Safety' not found
ERROR: Message 'addSynthDefFunc' not understood.
RECEIVER:
nil
ARGS:
Symbol 'safeLimitNotify'
Instance of Function { (0x55cf088c6688, gc=CC, fmt=00, flg=00, set=02)
instance variables [2]
def : instance of FunctionDef - closed
context : Frame (0x55cf0646e498) of Interpreter:functionCompileContext
}
CALL STACK:
DoesNotUnderstandError:reportError
arg this =
Nil:handleError
arg this = nil
arg error =
Thread:handleError
arg this =
arg error =
Object:throw
arg this =
Object:doesNotUnderstand
arg this = nil
arg selector = 'addSynthDefFunc'
arg args = [*2]
Meta_Bacalao:prSetupSynthDefs
arg this =
var playFunc =
Meta_Bacalao:new
arg this =
arg shareClock = nil
arg server = nil
arg verbose = nil
arg quant = nil
arg numChannels = 2
var clock =
< closed FunctionDef > (no arguments or variables)
Interpreter:interpretPrintCmdLine
arg this =
var res = nil
var func =
var code = "b = Bacalao().boot;"
var doc = nil
var ideClass =
Process:interpretPrintCmdLine
arg this =
^^ ERROR: Message 'addSynthDefFunc' not understood.
RECEIVER: nil
The text was updated successfully, but these errors were encountered: