diff options
author | Devine Lu Linvega <[email protected]> | 2019-06-30 11:05:00 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-06-30 11:05:03 +0900 |
commit | 681d3c08d569a7a263f33c256ec75e4e8ecaaef0 (patch) | |
tree | 0a7c469f49f668b975bbb39b59c739df8df82e44 /README.md | |
parent | 21a5b46829555fb3f42d999cac256967dec951be (diff) | |
download | Orca-681d3c08d569a7a263f33c256ec75e4e8ecaaef0.tar.gz Orca-681d3c08d569a7a263f33c256ec75e4e8ecaaef0.zip |
Added graphic command and self operator
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,6 +60,7 @@ npm start - `&` **keys**(channel): Receive a MIDI note. - `;` **udp**: Sends UDP message. - `=` **osc**(*path*): Sends OSC message. +- `$` **self**: Sends a [command](#Commands) to itself. ## MIDI @@ -116,7 +117,7 @@ All commands have a shorthand equivalent to their first two characters, for exam - `skip:2` Adds `2`, to the current frame value. - `rewind:2` Removes `2`, to the current frame value. - `color:f00;0f0;00f` Colorizes the interface. -- `graphic:123` Set the background to the local graphic `123.jpg`. +- `graphic:123;jpg` Set the background to the local graphic `123.jpg`, with extension `jpg`(optional). - `find:aV` Sends cursor to string `aV`. - `select:3;4;5;6` Move cursor to position `3,4`, and select size `5:6`(optional). - `inject:pattern;12;34` Inject the local file `pattern.orca`, at `12,34`(optional). |