diff --git a/oregano/Tutorial.md b/oregano/Tutorial.md index 13e4d7f..a626f2b 100644 --- a/oregano/Tutorial.md +++ b/oregano/Tutorial.md @@ -11,12 +11,18 @@ Then follow these instructions per operating system. #### Linux -- install jack +- install jack. On Debian based Linux distributions (e.g. Ubuntu, Mint), type in a terminal: + + `sudo apt-get install jack-tools ant openjdk-6-jdk fftw3 qjackctl` #### Windows +TODO + #### Mac OS X +- Install SuperCollider in Applications + ### 2. Installing oregano @@ -75,7 +81,7 @@ Or you can create a note object then play it. A custom instrument is composed of three parts: - it name. This is a string and is used when playing notes - Instrument arguments and default values. You could change these parameters when a note is playing, in real time. -- the signal. This can use SuperCollider ugens. (TODO link) +- the signal. This can use [SuperCollider ugens](http://doc.sccode.org/Browse.html#UGens). The oregano ugen names are all lowercase, and instead of the AbcDef format, it's abc-def. - some are: