Merge branch 'master' of github.com:quakehead/rsc3
This commit is contained in:
commit
525f27b405
1 changed files with 8 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue