Giter VIP home page Giter VIP logo

supercolliderstandalonerpi64's People

Contributors

redfrik avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

supercolliderstandalonerpi64's Issues

Directory Extension issue

Compiling directory './share/system/SCClassLibrary'
Compiling directory './share/system/Extensions'

WARNING: Could not open directory: './share/user/Extensions'
To resolve this, either create the directory or remove it from your compilation paths.

How can I create this directory?

Autostart supercollider not working

I'm trying to set up SuperCollider to start automatically on boot using crontab on my Raspberry Pi, but I'm encountering some issues. Here's what I've done so far:
I have SuperCollider installed on my Raspberry Pi, and the sclang executable is located at

/home/quinten/supercolliderStandaloneRPI64/sclang.

I used the autostart.sh script in the /home/quinten/supercolliderStandaloneRPI64 directory with the following contents:

#!/bin/bash
export QT_QPA_PLATFORM=offscreen
export JACK_NO_AUDIO_RESERVATION=1
#sleep 10 #optional - try with a little delay if autostart is not working
sclang -a -l mycode.scd > /home/quinten/autostart.log 2>&1

I made the autostart.sh script executable using chmod +x /home/quinten/supercolliderStandaloneRPI64/autostart.sh.
I added the following line to my crontab using crontab -e:
@reboot /home/quinten/supercolliderStandaloneRPI64/autostart.sh

After rebooting the Raspberry Pi, I checked the /home/quinten/autostart.log file and found the following error:
./autostart.sh: line 5: sclang: command not found

I've tried adding the directory containing the sclang executable to the PATH in the /etc/environment file and updating the autostart.sh script accordingly, but the issue persists.
I've also verified that the mycode.scd file exists in the same directory as the autostart.sh script.
I'm not sure what I'm missing or what could be causing the issue. Any help or suggestions would be greatly appreciated!

Might have also something to do with the fact that double clicking the supercollider icon doesn't start supercollider.
only scide starts the program..?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.