aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDevine Lu Linvega <[email protected]>2019-06-21 20:27:49 +0900
committerDevine Lu Linvega <[email protected]>2019-06-21 20:27:51 +0900
commit49942662d7aa16eb8fba11e23bb380350878d214 (patch)
treebe799fe3c45dbea2081850a9de6f744c6acf63f1 /README.md
parentce32f15b09ee7a9010761b52c9522339745f4538 (diff)
downloadOrca-49942662d7aa16eb8fba11e23bb380350878d214.tar.gz
Orca-49942662d7aa16eb8fba11e23bb380350878d214.zip
Change midiCC offset.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bbac3e5..12c54fe 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ This operator is very similar to the default Midi operator, but **each new note
The [MIDI CC](https://www.sweetwater.com/insync/continuous-controller/) operator `!` takes 3 inputs('channel, 'knob, 'value).
-It sends a value **between 0-127**, where the value is calculated as a ratio of 36, over a maximum of 127. For example, `!008`, is sending **28**, or `(8/36)*127` through the first channel, to the control mapped with `id0`. You can press **enter**, with the `!` operator selected, to assign it to a controller.
+It sends a value **between 0-127**, where the value is calculated as a ratio of 36, over a maximum of 127. For example, `!008`, is sending **28**, or `(8/36)*127` through the first channel, to the control mapped with `id0`. You can press **enter**, with the `!` operator selected, to assign it to a controller. By default, the operator sends to `CC64` [and up](https://nickfever.com/Music/midi-cc-list), the offset can be changed with the [command](#commands) `cc:0`, to set the offset to 0.
## UDP
@@ -105,7 +105,7 @@ Some of Orca's features can be **controlled externally** via UDP though port `49
### Commands
-All commands have a shorthand equivalent to their first two characters, for example, `write` can also be called using `wr`.
+All commands have a shorthand equivalent to their first two characters, for example, `write` can also be called using `wr`. You can see the full list of commands [here](https://github.com/hundredrabbits/Orca/blob/master/desktop/sources/scripts/commander.js).
- `play` Plays program.
- `stop` Stops program.