Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make config file configurable #32

Open
capital-G opened this issue Feb 6, 2023 · 1 comment
Open

Make config file configurable #32

capital-G opened this issue Feb 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@capital-G
Copy link
Owner

from IDE source code - the reason why I don't have all Quarks available in the kernel.

Probably best to make this configurable by using an environment variable.
A slicker version would be to select from multiple sclang kernels, but I don't know if this is possible.

    QString configFile = settings->value("configFile").toString();
@capital-G capital-G added the enhancement New feature or request label Feb 6, 2023
@capital-G
Copy link
Owner Author

I could not get this to run via the -l flag of

❯ ./sclang -h
Usage:
   sclang [options] [file..] [-]

Options:
   -v                             Print supercollider version and exit
   -d <path>                      Set runtime directory
   -D                             Enter daemon mode (no input)
   -g <memory-growth>[km]         Set heap growth (default 256k)
   -h                             Display this message and exit
   -l <path>                      Set library configuration file
   -m <memory-space>[km]          Set initial heap size (default 2m)
   -r                             Call Main.run on startup
   -s                             Call Main.stop on shutdown
   -u <network-port-number>       Set UDP listening port (default 57120)
   -i <ide-name>                  Specify IDE name (for enabling IDE-specific class code, default "none")
   -a                             Standalone mode (exclude SCClassLibrary and user and system Extensions folders from search path)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant