Skip to content

Vogrig/sc_osx_standalone-3.7.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperCollider 3.7.0 OSX Standalone

Modified from the 3.6.6 version: https://github.com/dathinaios/sc_osx_standalone/

[SuperCollider ] (http://supercollider.sourceforge.net/) version 3.7.0

Usage

  1. Navigate to the downloaded folder from the terminal with cd location_path_of_sc-osx-standalone-master.

  2. Run the standalone with sh run.sh script. You should hear some white noise. This is the default sound as defined in init.scd.

  3. To modify init.scd replace the code inside the curly brackets after doWhenBooted with your own code:

       s.boot;
       s.doWhenBooted{
         // your own code here
       };
    
  4. Include your extensions in the SCClassLibrary folder.

  5. Platypus can be used to convert the script based structure into a native OSX application.

  • Open Platypus
  • Fill in the App name
  • Click the Select Script button and choose the run.sh file.
  • Drag all the files from the sc_osx_standalone-master to the Bundled Files field.
  • Optional: to hide the post window change the interface option from Text Window to None.
  • Click Create and choose the location for your app.

About

a minimal SuperCollider 3.7.0 standalone template for OSX.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published