critterandguitari / Organelle_OS

Other
57 stars 24 forks source link

Jackd needs to be included in .img for SuperCollider #48

Open dessertplanet opened 11 months ago

dessertplanet commented 11 months ago

Hi there! I noticed that the SimplePoly.sc script won't run on my organelle M even after rebuilding mother with the MainMenu.cpp change to point to the correct sclang path looks like jackd is the missing prerequisite. I ran sudo apt-get install jackd after remounting with rw permissions and that fixed it. The requirement to either plug in a screen or start VNC from the wi-fi menu remains.

Thank you for all you do! Dune

dessertplanet commented 11 months ago

I tested this on a fresh vanilla flash from etcher. Steps to make SimplePoly.sc run correctly were: remount-rw.sh Sudo apt-get install jackd Clone Organelle_OS repo _make organelle_mdeploy (Last part updates MainMenu.cpp to remove the sclang not found error)

dessertplanet commented 11 months ago

I think I have committed silliness and an update to include the full path in start-jack.sh might do the trick. It seems perhaps jackd is present but not in the PATH. Will investigate tonight.

dessertplanet commented 11 months ago

Ah- so I saw an old forum post that mentioned jackd in /usr/bin. Seems like that was only on organelle-1. On Organelle M we do need to install jackd.

@TheTechnobear got there first 😃 https://forum.critterandguitari.com/t/dx7-for-organelle/5560/4