diff options
author | Andy Jacobs <[email protected]> | 2020-01-13 20:28:05 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-01-13 20:28:05 -0800 |
commit | a61d30800e6a71a3c6de9bb0ee2d5b5344d28119 (patch) | |
tree | 28fbbf88924c1ad786776ae242a34b9645be5cfc | |
parent | 765e82e632fc9a1d948a877002bbd87c34729795 (diff) | |
download | Orca-a61d30800e6a71a3c6de9bb0ee2d5b5344d28119.tar.gz Orca-a61d30800e6a71a3c6de9bb0ee2d5b5344d28119.zip |
chore(tutorial): remove dead link to pilot.orca
This file is now gone from the examples directory so I'm cleaning out the old link.
-rw-r--r-- | TUTORIAL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md index 921c84b..73adcd5 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -10,7 +10,7 @@ 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, 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. This **requires no setup**, as long as both applications are open, they should be able to communicate with each other. - Launch Orca & Pilot. - In Orca, make sure that UDP is pointing to port `49161`. |