Skip to content

nweiler/supercollider_programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

supercollider_programs

Musical tools written using the SuperCollider language

These are notes to help me remember worthwhile insights:

  • Variables are global if not inside some other scope. Globals have to be declared with ~ at the beginning. Single lower case letters are globals by default and don't need a ~. This is why you get an error if you try to assign to "aa" at the top level but not when you assign to "a", for example.

About

Musical tools using the SuperCollider language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published