aboutsummaryrefslogtreecommitdiffhomepage
path: root/TUTORIAL.md
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-01-18 14:42:29 +1200
committerDevine Lu Linvega <[email protected]>2019-01-18 14:42:29 +1200
commit8e6889a18fa3a462be5de0700d7cb8205be20613 (patch)
treec0066c9e383e79e8b4b540fee9fa17ab026b53ea /TUTORIAL.md
parent5f9e990b227da6fc1f876ce4d4f0eebbb3c94e0d (diff)
downloadOrca-8e6889a18fa3a462be5de0700d7cb8205be20613.tar.gz
Orca-8e6889a18fa3a462be5de0700d7cb8205be20613.zip
Improved docs
Diffstat (limited to 'TUTORIAL.md')
-rw-r--r--TUTORIAL.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md
index 8f8e041..c509347 100644
--- a/TUTORIAL.md
+++ b/TUTORIAL.md
@@ -27,7 +27,7 @@ The midi instrument should begin receiving midi notes as soon as the Orca window
## Dotgrid
-To send [UDP](https://github.com/hundredrabbits/Orca#udp) to [Dotgrid](http://github.com/hundredrabbits/Dotgrid), you need to bang the UDP node `;` with different [commands](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/scripts/listener.js).
+To send [UDP](https://github.com/hundredrabbits/Orca#udp) to [Dotgrid](http://github.com/hundredrabbits/Dotgrid), you need to bang the UDP node `;` with different [commands](https://github.com/hundredrabbits/Dotgrid/blob/master/desktop/sources/scripts/listener.js). Have a look at [dotgrid.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/projects/dotgrid.orca) to see it in action.
- `;0`, clear layer **#1**.
- `;0l1234`, add a line from `1,2` to `3,4`.
@@ -40,7 +40,6 @@ Here's a list of supported operations.
;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
-;0r**78 // Draw Line from last coordinate to 7,8
;* // Draw
```