aboutsummaryrefslogtreecommitdiffhomepage
path: root/TUTORIAL.md
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-01-18 15:06:38 +1200
committerDevine Lu Linvega <[email protected]>2019-01-18 15:06:38 +1200
commit209f7789c37e0cdd16cb598acb8dc1624d777074 (patch)
treea6141c39f94199fea3f1bf0293c4165861244d3d /TUTORIAL.md
parent183586833a09030ee6ca99678d431b593c3d1711 (diff)
downloadOrca-209f7789c37e0cdd16cb598acb8dc1624d777074.tar.gz
Orca-209f7789c37e0cdd16cb598acb8dc1624d777074.zip
*
Diffstat (limited to 'TUTORIAL.md')
-rw-r--r--TUTORIAL.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md
index 0bca9e5..a3a98bf 100644
--- a/TUTORIAL.md
+++ b/TUTORIAL.md
@@ -20,16 +20,16 @@ To send [UDP messages](https://github.com/hundredrabbits/Orca#udp) to [Dotgrid](
- `;0`, clear layer **#1**.
- `;0l1234`, add a line from `1,2` to `3,4`.
-- `;*`, draw.
+- `;`, redraw.
Here's a list of supported operations.
```
;0 // Clear Layer 1
-;0l1234 // Draw Line from 1,2 to 3,4
-;0c1234 // Draw Clockwise Arc from 1,2 to 3,4
-;0r1234 // Draw Reverse Arc from 1,2 to 3,4
-;* // Draw
+;0l1234 // Add Line from 1,2 to 3,4
+;0c1234 // Add Clockwise Arc from 1,2 to 3,4
+;0r1234 // Add Reverse Arc from 1,2 to 3,4
+; // Redraw
```
## Ableton Live