Some great SC projects

bugfixes

SuperCollider server bootup error on Windows

Sometimes Windows is blocking SuperCollider from accessing its ports, because of Hyper-V/WSL accessing these ports, too, or something like that, which will result in the following error messages: ERROR: Primitive '_GetLangPort' failed or ERROR: Primitive '_NetAddr_SendMsg' failed. You can usually fix this by restarting the Windows NAT Driver service. Start an elevated Powershell and run:

net stop winnat
net start winnat