diff options
author | Лu Лinveгa <[email protected]> | 2019-05-21 07:10:29 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-05-21 07:10:29 +0100 |
commit | c470d0ea4b7e0fbe18100bf0e45a95138072063c (patch) | |
tree | 4ac79c36301653cf3a1d8aa1abe1614751eef587 /TUTORIAL.md | |
parent | fb840d5d27ab3b3f1fdd5aaf5a5633fdb65f16d3 (diff) | |
download | Orca-c470d0ea4b7e0fbe18100bf0e45a95138072063c.tar.gz Orca-c470d0ea4b7e0fbe18100bf0e45a95138072063c.zip |
Update TUTORIAL.md
Diffstat (limited to 'TUTORIAL.md')
-rw-r--r-- | TUTORIAL.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md index d7ba084..0b44f60 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -13,9 +13,9 @@ If this is your first time trying out **Orca**, watch this [introduction video]( [Pilot](https://github.com/hundredrabbits/Pilot) is a minimalist synth software designed to work via UDP, and to quickly get started with Orca. Have a look at [pilot.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/software/pilot.orca) to see how it should be used. This **requires no setup**, as long as both applications are open, they should be able to communicate with each other. - Launch Orca & Pilot. -- Make sure that Orca's UDP is pointing to port `49161`. -- In Orca, bang something like `;03Cff` to [play a note](https://github.com/hundredrabbits/pilot#play). -- In Orca, bang something like `;revff` to [add reverb](https://github.com/hundredrabbits/pilot#effects). +- In Orca, make sure that UDP is pointing to port `49161`. +- Bang something like `;03Cff` to [play a note](https://github.com/hundredrabbits/pilot#play). +- Bang something like `;revff` to [add reverb](https://github.com/hundredrabbits/pilot#effects). ## Ableton Live |