Skip to content

Commit

Permalink
Updated links to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
neauoire committed Sep 22, 2020
1 parent ac05101 commit cb672d6
Show file tree
Hide file tree
Showing 59 changed files with 7 additions and 965 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To display the list of operators inside of Orca, use `CmdOrCtrl+G`.

The [MIDI](https://en.wikipedia.org/wiki/MIDI) operator `:` takes up to 5 inputs('channel, 'octave, 'note, velocity, length).

For example, `:25C`, is a **C note, on the 5th octave, through the 3rd MIDI channel**, `:04c`, is a **C# note, on the 4th octave, through the 1st MIDI channel**. Velocity is an optional value from `0`(0/127) to `g`(127/127). Note length is the number of frames during which a note remains active. See it in action with [midi.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/basics/_midi.orca).
For example, `:25C`, is a **C note, on the 5th octave, through the 3rd MIDI channel**, `:04c`, is a **C# note, on the 4th octave, through the 1st MIDI channel**. Velocity is an optional value from `0`(0/127) to `g`(127/127). Note length is the number of frames during which a note remains active. See it in action with [midi.orca](https://git.sr.ht/~rabbits/orca-examples/tree/master/basics/_midi.orca).

## MIDI MONO

Expand Down Expand Up @@ -104,13 +104,13 @@ The syntax is `pg:channel;msb;lsb;program`. Channel is 0-15, msb/lsb/program are

The [UDP](https://nodejs.org/api/dgram.html#dgram_socket_send_msg_offset_length_port_address_callback) operator `;` locks each consecutive eastwardly ports. For example, `;hello`, will send the string "hello", on bang, to the port `49160` on `localhost`. In commander, use `udp:7777` to select the **custom UDP port 7777**, and `ip:127.0.0.12` to change the target IP. UDP is not available in the browser version of Orca.

You can use the [listener.js](https://github.com/hundredrabbits/Orca/blob/master/resources/listener.js) to test UDP messages. See it in action with [udp.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/basics/_udp.orca).
You can use the [listener.js](https://github.com/hundredrabbits/Orca/blob/master/resources/listener.js) to test UDP messages. See it in action with [udp.orca](https://git.sr.ht/~rabbits/orca-examples/tree/master/basics/_udp.orca).

## OSC

The [OSC](https://github.com/MylesBorins/node-osc) operator `=` locks each consecutive eastwardly ports. The first character is used for the path, the following characters are sent as integers using the [base36 Table](https://github.com/hundredrabbits/Orca#base36-table). In commander, use `osc:7777` to select the **custom OSC port 7777**, and `ip:127.0.0.12` to change the target IP. OSC is not available in the browser version of Orca.

For example, `=1abc` will send `10`, `11` and `12` to `/1`, via the port `49162` on `localhost`; `=a123` will send `1`, `2` and `3`, to the path `/a`. You can use the [listener.js](https://github.com/hundredrabbits/Orca/blob/master/resources/listener.js) to test OSC messages. See it in action with [osc.orca](https://github.com/hundredrabbits/Orca/blob/master/examples/basics/_osc.orca) or try it with [SonicPi](https://github.com/hundredrabbits/Orca/blob/master/resources/TUTORIAL.md#sonicpi).
For example, `=1abc` will send `10`, `11` and `12` to `/1`, via the port `49162` on `localhost`; `=a123` will send `1`, `2` and `3`, to the path `/a`. You can use the [listener.js](https://github.com/hundredrabbits/Orca/blob/master/resources/listener.js) to test OSC messages. See it in action with [osc.orca](https://git.sr.ht/~rabbits/orca-examples/tree/master/basics/_osc.orca) or try it with [SonicPi](https://github.com/hundredrabbits/Orca/blob/master/resources/TUTORIAL.md#sonicpi).

<img src='https://raw.githubusercontent.com/hundredrabbits/Orca/master/resources/preview.hardware.jpg' width="600"/>

Expand Down Expand Up @@ -191,6 +191,7 @@ The midi operator interprets any letter above the chromatic scale as a transpose
- [Japanese Tutorial](https://qiita.com/rucochanman/items/98a4ea988ae99e04b333)
- [German Tutorial](http://tropone.de/2019/03/13/orca-ein-sequenzer-der-kryptischer-nicht-aussehen-kann-und-ein-versuch-einer-anleitung/)
- [French Tutorial](http://makingsound.fr/blog/orca-sequenceur-modulaire/)
- [Examples & Templates](https://git.sr.ht/~rabbits/orca-examples/tree/master/)

## Extras

Expand Down
18 changes: 0 additions & 18 deletions examples/basics/_midi.orca

This file was deleted.

16 changes: 0 additions & 16 deletions examples/basics/_osc.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/_udp.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/a.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/b.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/c.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/d.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/f.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/g.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/h.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/i.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/j.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/k.orca

This file was deleted.

9 changes: 0 additions & 9 deletions examples/basics/l.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/u.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/v.orca

This file was deleted.

17 changes: 0 additions & 17 deletions examples/basics/z.orca

This file was deleted.

18 changes: 0 additions & 18 deletions examples/benchmarks/cardinals.orca

This file was deleted.

25 changes: 0 additions & 25 deletions examples/benchmarks/families.orca

This file was deleted.

Loading

0 comments on commit cb672d6

Please sign in to comment.