critterandguitari / Organelle_OS

Other
57 stars 24 forks source link

Fix SC on Organelle M #47

Closed dessertplanet closed 10 months ago

dessertplanet commented 1 year ago

Hi folks-

I noticed that I couldn't launch sc patches on my organellem with the default firmware (Version: 4.2). Symptom was a black screen and no sound upon launching the sample patch from TheTechnobear (SimplePoly.sc).

Currently MainMenu.cpp is looking for sclang in /usr/local/bin but sclang is preinstalled in /usr/bin.

On my own device I fixed this with a symlink, running this as root: # ln -s /usr/bin/sclang /usr/local/bin/sclang Screenshot 2023-08-07 at 4 32 04 PM

DISCLAIMER: I did not recompile Organelle_OS and test this change as I do not have a build env set up for that but given the simplicity of the change I wanted to bring it to your attention.

I also originally thought I had issues with jackd... I installed that with apt-get and then apt-get remove-d it after creating the symlink and it seems like things still work and the main issue is the sclang path.

Thank you for all you do! I absolutely love this device.

Cheers, Dune