diff options
author | Devine Lu Linvega <[email protected]> | 2018-12-08 11:54:23 +1200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2018-12-08 11:54:23 +1200 |
commit | 83fae03d403c8d35d7ebc8e532ed55be6cd05473 (patch) | |
tree | 352d3bb041b53930c2c266c45ed16022a5fca182 | |
parent | 573e3e79e22850e1440174d9000e19124f444174 (diff) | |
download | Orca-83fae03d403c8d35d7ebc8e532ed55be6cd05473.tar.gz Orca-83fae03d403c8d35d7ebc8e532ed55be6cd05473.zip |
Improved docs
-rw-r--r-- | GUIDE.md | 5 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -6,9 +6,10 @@ Orca is **not a synth**, but a [livecoding environment](https://www.reddit.com/r ### Ableton Live -To control instruments in [Ableton Live](https://www.ableton.com/en/), launch [Orca](README.md) and open [examples/midi.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/_midi.orca). Launch Ableton Live, and: +To control instruments in [Ableton Live](https://www.ableton.com/en/), launch [Orca](README.md) and open [examples/midi.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/_midi.orca). -- Create a new midi instrument, +- Launch Ableton Live. +- Create a new midi instrument track. - Select `IAC Driver(Bus 1)` in the instrument's inputs dropdown. - Activate the **In** toggle. @@ -2,7 +2,7 @@ <img src='https://raw.githubusercontent.com/hundredrabbits/Orca/master/resources/logo.png' width="600"/> -**Each letter of the alphabet is an operation**, lowercase letters operate on bang(`*`), uppercase letters operate each frame. Bangs can be generated by various operations, such as `E` colliding with a `0`, see the [bang.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/bang.orca) example. Watch a music video of [ORCΛ in action](https://twitter.com/neauoire/status/1069129232708657152). +**Each letter of the alphabet is an operation**, lowercase letters operate on bang(`*`), uppercase letters operate each frame. Bangs can be generated by various operations, such as `E` colliding with a `0`, see the [bang.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/bang.orca) example. See some project created with [#ORCΛ](https://twitter.com/hashtag/ORCΛ). ## Install & Run |