From fda1ed10cb418e01246d0a3b490c1e45a6b45dba Mon Sep 17 00:00:00 2001 From: Mustafa Date: Sun, 15 Jun 2014 09:49:07 -0700 Subject: [PATCH 1/4] Update Tutorial.md --- oregano/Tutorial.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/oregano/Tutorial.md b/oregano/Tutorial.md index 13e4d7f..a151d63 100644 --- a/oregano/Tutorial.md +++ b/oregano/Tutorial.md @@ -11,7 +11,9 @@ Then follow these instructions per operating system. #### Linux -- install jack +- install jack. On Debian based Linux distributions, type in a terminal: + + `sudo apt-get install jack-tools ant openjdk-6-jdk fftw3 qjackctl` #### Windows From 7b714e3a2dbfc8746022914089e53487f37449f4 Mon Sep 17 00:00:00 2001 From: Mustafa Date: Sun, 15 Jun 2014 09:50:46 -0700 Subject: [PATCH 2/4] Update Tutorial.md --- oregano/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oregano/Tutorial.md b/oregano/Tutorial.md index a151d63..1e41600 100644 --- a/oregano/Tutorial.md +++ b/oregano/Tutorial.md @@ -11,7 +11,7 @@ Then follow these instructions per operating system. #### Linux -- install jack. On Debian based Linux distributions, type in a terminal: +- 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` From 6e732394b3eaf81a8ce0e62a63de8b3f412ccdb5 Mon Sep 17 00:00:00 2001 From: Mustafa Date: Sun, 15 Jun 2014 09:55:10 -0700 Subject: [PATCH 3/4] Update Tutorial.md --- oregano/Tutorial.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/oregano/Tutorial.md b/oregano/Tutorial.md index 1e41600..b0d5143 100644 --- a/oregano/Tutorial.md +++ b/oregano/Tutorial.md @@ -17,8 +17,12 @@ Then follow these instructions per operating system. #### Windows +TODO + #### Mac OS X +- Install SuperCollider in Applications + ### 2. Installing oregano From ea3211e3744d2dfc76b5f1596ddae4cdf202ef7b Mon Sep 17 00:00:00 2001 From: Mustafa Date: Sun, 15 Jun 2014 09:58:33 -0700 Subject: [PATCH 4/4] Update Tutorial.md --- oregano/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oregano/Tutorial.md b/oregano/Tutorial.md index b0d5143..a626f2b 100644 --- a/oregano/Tutorial.md +++ b/oregano/Tutorial.md @@ -81,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: