diff options
author | Devine Lu Linvega <[email protected]> | 2019-04-15 07:35:35 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-04-15 07:35:35 +0900 |
commit | f676fbc8be18cd3c61fdca90904054ee65f596cc (patch) | |
tree | 88c7643284464d8111dd72a2ba22570481347747 /README.md | |
parent | 54c199146e6cabc472d839e0ee8d7e2cb62652ae (diff) | |
download | Orca-f676fbc8be18cd3c61fdca90904054ee65f596cc.tar.gz Orca-f676fbc8be18cd3c61fdca90904054ee65f596cc.zip |
Added shorthands to commands
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -94,6 +94,8 @@ Some of Orca's features can be **controlled externally** via UDP though port `49 ### Commands +All commands have a shorthand equivalent to their first character, for example, `write` can also be called using `w`. + - `play` Plays program. - `stop` Stops program. - `run` Runs current frame. @@ -101,6 +103,7 @@ Some of Orca's features can be **controlled externally** via UDP though port `49 - `goto:aV` Sends cursor to `aV`. - `bpm:140` Sets bpm speed to `140`. - `apm:160` Animates bpm speed to `160`. +- `write:H12;34` Write glyph `H`, at `12,34`. ## Base36 Table |