diff options
author | Лu Лinveгa <[email protected]> | 2019-05-21 07:06:46 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-05-21 07:06:46 +0100 |
commit | 8c64e4a07a3ca6c79df4f21ac5dadf1d1d0d63bf (patch) | |
tree | c3858559cd7b9346dcbfc2bcd7d666d22af5585f /TUTORIAL.md | |
parent | 8110dcb8b74de72e6f23f9d3f556561e92fbcc8b (diff) | |
download | Orca-8c64e4a07a3ca6c79df4f21ac5dadf1d1d0d63bf.tar.gz Orca-8c64e4a07a3ca6c79df4f21ac5dadf1d1d0d63bf.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 caac8cb..d7ba084 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -10,10 +10,10 @@ If this is your first time trying out **Orca**, watch this [introduction video]( ## Pilot -[Pilot](https://github.com/hundredrabbits/Pilot) is a minimalist synth software designed to work via UDP(port `49161`), 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. +[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. -- Launch Pilot. +- 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). |