diff options
-rw-r--r-- | README.md | 6 | ||||
-rw-r--r-- | TUTORIAL.md | 2 |
2 files changed, 5 insertions, 3 deletions
@@ -72,9 +72,9 @@ The MIDI clock listens for the START and STOP signals from the midi device to ru ## MIDI CC -The [MIDI](https://www.sweetwater.com/insync/continuous-controller/) operator `^` takes up to 2 inputs('channel, 'value). +The [MIDI CC](https://www.sweetwater.com/insync/continuous-controller/) operator `^` takes up to 2 inputs('channel, '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, `^08`, is equal to **28**, or `(8/36)*127`. You can press `enter`, with the `^` operator select, to assign it to a midi cc enabled knob. +It sends a value **between 0-127**, where the value is calculated as a ratio of 36, over a maximum of 127. For example, `^08`, is equal to **28**, or `(8/36)*127`. You can press `shift+enter`, with the `^` operator selected, to assign it to a controller. ## UDP @@ -96,7 +96,7 @@ You can send UDP to Orca on port **49161**. - `g`, will return the current frame. - `b123`, will set the bpm to `123`. - `f456`, will set the frame to `456`. -- `w*12:34`, will write `*`, at `12,34`. +- `wA12:34`, will write `A`, at `12,34`. ## OSC diff --git a/TUTORIAL.md b/TUTORIAL.md index cda68dc..1d1f67a 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -56,6 +56,8 @@ To send [Midi notes](https://github.com/hundredrabbits/Orca#midi) to [Ableton Li The midi instrument should begin receiving midi notes as soon as the Orca window is **in focus**. +To bind the [Midi CC](https://www.sweetwater.com/insync/continuous-controller/) operator(`^`) to a knob, have **Midi Mapping active**, and bang the `^00` operator, or select it and press `shift+enter`. It will assign the value of channel 0 to this knob. + ## Pilot [Pilot](https://github.com/hundredrabbits/Pilot) is a minimalist synth software designed to work via UDP. It's designed to quickly get started with Orca. Remember that **Pilot uses UDP instead of MIDI**. Have a look at [pilot.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/projects/pilot.orca) to see it in action. |