Skip to content

L42i/BIKES

Repository files navigation

BIKES

FOR COLDPLAY SAMPLE DOWNLOAD HERE AND PUT INTO A FOLDER CALLED STEMS

CREATE A file called .gitignore in the root directory

at the top of the file add "stems/"

and save

CREATE A NEW FOLDER IN THE ROOT DIRECTORY (BIKES) CALLED "stems"

https://drive.google.com/file/d/1Mg5cEIpklRyML-NEq3iOywnxNZ6Avg0L/view?usp=share_link

IMPORTANT - IF SCLANG IS NOT FOUND TYPE THIS source ~/.bash_profile (FOR MAC)

FOR MAC ONLY MAC OS

Step 1: Find where sclang and scsynth live in your computer, copy the FOLDER path (remove /sclang, /scsynth from output)

find /Applications/SuperCollider.app -name sclang find /Applications/SuperCollider.app -name scsynth

Step 2: Open your environment variables file, and add the file paths at the bottom

nano ~/.bash_profile

export PATH="/Applications/SuperCollider.app/Contents/MacOS:$PATH" export PATH="/Applications/SuperCollider.app/Contents/Resources:$PATH"

Step 3: Update your terminal to accept new changes

source ~/.bash_profile

Step 4:

Now you should be able to run the following commands sclang scsynth

/Applications/SuperCollider.app/Contents/Resources/scsynth

When running sclang. microcenter source nano ~/.bash_profile

After u add a new synth def, you need to .SYNC the server CODE BLOCKS DONT EXIST IN SCLANG, NOT IDE B[V

Bashscript: U have to change permissions of bash script using chmod

Do not type

/Applications/SuperCollider.app/Contents/MacOS/sclang /Applications/SuperCollider.app/Contents/Resources/scsynth

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published