The reason why I suspected about firewall is because it is mentioned in the README_WINDOWS.md on github and other people asked similar questions and the responses were that they could be related to firewall.
The “extra period” you mentioned at the end of:
SinOsc.ar(freq: 440.0, phase: 0.0, mul: 1.0, add: 0.0)
That’s a typo when I replied to you. My original post does not have it.
The code from the supercollider book used to run fine, but the next day I did the same procedure and there was no sound. I did not alter the code, and made sure it was exactly the same.
The program I’m referring to is the Live Modular Instrument (GitHub - spluta/LiveModularInstrument). The video that he made explaining it is outdated because he updated it.
What I did was open LiveModularInstrument.scd (server’s already running). Then, I ran ln 34 using ctrl+enter (same way I always run code):
LiveModularInstrument.boot(8, startChan+[1,2,3,4,5,6,7,8], (128!7).add(2)/*sets the blockSize*/, 'normal', [OSCReceiver_Mod, Joystick_Mod.setPaths(["logitech-extreme-3d-pro2"]), TypeOSCFunc_Mod, MIDI_Mod], "/Users/spluta1/Library/Application Support/SuperCollider/saved LMI Sessions/Oct_27_23");
This is the error:
ERROR: Class not defined.
in interpreted text
line 8 char 15:
OSCReceiver_Mod.ips_(["left.local","right.local"]);
-----------------------------------
ERROR: Class not defined.
in interpreted text
line 10 char 21:
LiveModularInstrument.boot(8, startChan+[1,2,3,4,5,6,7,8], (128!7).add(2)/*sets the blockSize*/, 'normal', [OSCReceiver_Mod, Joystick_Mod.setPaths(["logitech-extreme-3d-pro2"]), TypeOSCFunc_Mod, MIDI_Mod], "/Users/spluta1/Library/Application Support/Super
)
-----------------------------------
ERROR: Class not defined.
in interpreted text
line 10 char 123:
LiveModularInstrument.boot(8, startChan+[1,2,3,4,5,6,7,8], (128!7).add(2)/*sets the blockSize*/, 'normal', [OSCReceiver_Mod, Joystick_Mod.setPaths(["logitech-extreme-3d-pro2"]), TypeOSCFunc_Mod, MIDI_Mod], "/Users/spluta1/Library/Application Support/Super
)
-----------------------------------
ERROR: Class not defined.
in interpreted text
line 10 char 137:
LiveModularInstrument.boot(8, startChan+[1,2,3,4,5,6,7,8], (128!7).add(2)/*sets the blockSize*/, 'normal', [OSCReceiver_Mod, Joystick_Mod.setPaths(["logitech-extreme-3d-pro2"]), TypeOSCFunc_Mod, MIDI_Mod], "/Users/spluta1/Library/Application Support/Super
)
-----------------------------------
ERROR: Class not defined.
in interpreted text
line 10 char 193:
LiveModularInstrument.boot(8, startChan+[1,2,3,4,5,6,7,8], (128!7).add(2)/*sets the blockSize*/, 'normal', [OSCReceiver_Mod, Joystick_Mod.setPaths(["logitech-extreme-3d-pro2"]), TypeOSCFunc_Mod, MIDI_Mod], "/Users/spluta1/Library/Application Support/Super
)
-----------------------------------
ERROR: Class not defined.
in interpreted text
line 10 char 203:
LiveModularInstrument.boot(8, startChan+[1,2,3,4,5,6,7,8], (128!7).add(2)/*sets the blockSize*/, 'normal', [OSCReceiver_Mod, Joystick_Mod.setPaths(["logitech-extreme-3d-pro2"]), TypeOSCFunc_Mod, MIDI_Mod], "/Users/spluta1/Library/Application Support/Super
)
-----------------------------------
-> nil
What could be causing the error?