diff options
author | Devine Lu Linvega <[email protected]> | 2019-04-04 11:47:29 +0900 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-04-04 11:47:29 +0900 |
commit | 98fb258fa813048d2012fae5cf801c10b304a86f (patch) | |
tree | 107dc692e15c5315fcdd28cc4cd20299891b9137 /TUTORIAL.md | |
parent | d39cb8b5a0e64a72d53326de26c7189a3be3801c (diff) | |
download | Orca-98fb258fa813048d2012fae5cf801c10b304a86f.tar.gz Orca-98fb258fa813048d2012fae5cf801c10b304a86f.zip |
Improved docs
Diffstat (limited to 'TUTORIAL.md')
-rw-r--r-- | TUTORIAL.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md index 6f6858b..352327d 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -56,6 +56,10 @@ 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**. +## Pilot + +[Pilot](https://github.com/hundredrabbits/Pilot) is a simple synth designed to work with Orca's 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. + # Patterns Here's a collection of recurring patterns in the design of Orca machines. |