aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2018-12-08 11:54:23 +1200
committerDevine Lu Linvega <[email protected]>2018-12-08 11:54:23 +1200
commit83fae03d403c8d35d7ebc8e532ed55be6cd05473 (patch)
tree352d3bb041b53930c2c266c45ed16022a5fca182
parent573e3e79e22850e1440174d9000e19124f444174 (diff)
downloadOrca-83fae03d403c8d35d7ebc8e532ed55be6cd05473.tar.gz
Orca-83fae03d403c8d35d7ebc8e532ed55be6cd05473.zip
Improved docs
-rw-r--r--GUIDE.md5
-rw-r--r--README.md2
2 files changed, 4 insertions, 3 deletions
diff --git a/GUIDE.md b/GUIDE.md
index d5ce9fd..017d126 100644
--- a/GUIDE.md
+++ b/GUIDE.md
@@ -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.
diff --git a/README.md b/README.md
index fbf253d..01c3727 100644
--- a/README.md
+++ b/README.md
@@ -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