diff options
author | Devine Lu Linvega <[email protected]> | 2019-01-18 14:49:16 +1200 |
---|---|---|
committer | Devine Lu Linvega <[email protected]> | 2019-01-18 14:49:16 +1200 |
commit | 744e47ec148c53ee423f768183c3342ef4bfea8f (patch) | |
tree | b8bfd5142b4db4399dfb0aa834d37e4e9bbf5aea /TUTORIAL.md | |
parent | 35a4a7ce446cc9056186ab71e25335090a9cffec (diff) | |
download | Orca-744e47ec148c53ee423f768183c3342ef4bfea8f.tar.gz Orca-744e47ec148c53ee423f768183c3342ef4bfea8f.zip |
Improved tutorials
Diffstat (limited to 'TUTORIAL.md')
-rw-r--r-- | TUTORIAL.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md index c9db719..0bca9e5 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -4,7 +4,7 @@ If this is your first time hearing about Orca, watch this [introduction video](h ## SonicPi -To send [OSC messages](https://github.com/hundredrabbits/Orca#osc) to [SonicPi](http://sonic-pi.net), select [port 4559](https://github.com/hundredrabbits/Orca#osc). SonicPi listens to the address defined in `sync`, to send to the `live_loop`, bang the OSC node `=`, like `=a`. +To send [OSC messages](https://github.com/hundredrabbits/Orca#osc) to [SonicPi](http://sonic-pi.net), select [port 4559](https://github.com/hundredrabbits/Orca#osc). SonicPi listens to the address defined in `sync`, to send to the `live_loop`, bang the OSC node `=`, like `=a`. Have a look at [sonicpi.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/projects/sonicpi.orca) to see it in action. ``` live_loop :drum do @@ -34,7 +34,7 @@ Here's a list of supported operations. ## Ableton Live -To send [Midi notes](https://github.com/hundredrabbits/Orca#midi) to [Ableton Live](https://www.ableton.com/en/) instruments, bang the Midi node `:`, like `:03C` to send to _Channel 1, Octave 3, Note C_. +To send [Midi notes](https://github.com/hundredrabbits/Orca#midi) to [Ableton Live](https://www.ableton.com/en/) instruments, bang the Midi node `:`, like `:03C` to send to _Channel 1, Octave 3, Note C_. Have a look at [midi.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/_midi.orca) to see it in action. - Launch Ableton Live. - Create a new midi instrument track. |