So I was following along with a video, but when it came to actually sequencing everything I noticed that every time I tried to trigger anything the console would just return “FAILURE IN SERVER /s_new SynthDef not found”.
I also get “ERROR: message ‘play’ not understood”, full error below.
-> a Routine
ERROR: Message 'play' not understood.
Perhaps you misspelled 'post', or meant to call 'play' on another receiver?
RECEIVER:
Symbol 'snare'
ARGS:
Integer 1
PATH: E:/L.M.B.scd
CALL STACK:
DoesNotUnderstandError:reportError
arg this = <instance of DoesNotUnderstandError>
Nil:handleError
arg this = nil
arg error = <instance of DoesNotUnderstandError>
Thread:handleError
arg this = <instance of Thread>
arg error = <instance of DoesNotUnderstandError>
Thread:handleError
arg this = <instance of Routine>
arg error = <instance of DoesNotUnderstandError>
Object:throw
arg this = <instance of DoesNotUnderstandError>
Object:doesNotUnderstand
arg this = 'snare'
arg selector = 'play'
arg args = [*1]
< FunctionDef in closed FunctionDef >
var play = <instance of Function>
Routine:prStart
arg this = <instance of Routine>
arg inval = 50.8237
^^ ERROR: Message 'play' not understood.
Perhaps you misspelled 'post', or meant to call 'play' on another receiver?
RECEIVER: snare
*** ERROR: SynthDef kick not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef glitch1 not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef snare not found
FAILURE IN SERVER /s_new SynthDef not found
*** ERROR: SynthDef glitch1 not found
FAILURE IN SERVER /s_new SynthDef not found