aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-05-09 21:38:10 +0900
committerDevine Lu Linvega <[email protected]>2019-05-09 21:38:10 +0900
commit40929fc4105508d6fb8b246faae3b1336ef475fd (patch)
treebb818443030b2c587155170af343619368425fcd /README.md
parent49f64892b966879764a20fa467565eac9abb0fe9 (diff)
downloadOrca-40929fc4105508d6fb8b246faae3b1336ef475fd.tar.gz
Orca-40929fc4105508d6fb8b246faae3b1336ef475fd.zip
Removed built-in patterns
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7b13888..75de0c8 100644
--- a/README.md
+++ b/README.md
@@ -100,7 +100,7 @@ For example, `=1abc` will send `10`, `11` and `12` to `/1`, via the port `49162`
## Advanced Controls
-Some of Orca's features can be **controlled externally** via UDP though port `49160`, or via its own command-line interface. To activate the command-line prompt, press `CmdOrCtrl+K`. The prompt can also be used to inject patterns, to see the full list of patterns, see [patterns.js](https://github.com/hundredrabbits/Orca/blob/master/desktop/sources/scripts/patterns.js).
+Some of Orca's features can be **controlled externally** via UDP though port `49160`, or via its own command-line interface. To activate the command-line prompt, press `CmdOrCtrl+K`. The prompt can also be used to inject patterns, files that are located at the same location as the open file, see `get:`.
### Default Ports
@@ -120,6 +120,7 @@ All commands have a shorthand equivalent to their first character, for example,
- `move:3;4` Move cursor to position `3,4`.
- `bpm:140` Sets bpm speed to `140`.
- `apm:160` Animates bpm speed to `160`.
+- `get:pattern` Inject the file `pattern.orca`.
- `write:H12;34` Writes glyph `H`, at `12,34`.
- `color:f00;0f0;00f` Colorizes the interface.