Browse Source

Updated examples

master
Devine Lu Linvega 6 years ago
parent
commit
ae80da5c80
  1. 13
      examples/_keys.orca
  2. 2
      examples/_midi.orca
  3. 8
      examples/_udp.orca
  4. 14
      examples/add.orca
  5. 12
      examples/bang.orca
  6. 10
      examples/cycle.orca
  7. 10
      examples/delay.orca
  8. 12
      examples/filter.orca
  9. 16
      examples/if+else.orca
  10. 12
      examples/octave.orca
  11. 14
      examples/pendulum.orca
  12. 16
      examples/read+write.orca
  13. 17
      examples/subtraction.orca
  14. 4
      examples/variable.orca

13
examples/_keys.orca

@ -1,13 +0,0 @@
.........................................
.#.KEYS.#................................
.........................................
.#.TOGGLE.KEYS.MODE.WITH.SLASH.#.........
.#.PRESS.a.b.OR.c.#......................
.........................................
.........................................
........!a......!a......!a...............
.........................................
.........................................
.........................................
.........................................
.........................................

2
examples/_midi.orca

@ -1,5 +1,5 @@
.........................................
.# MIDI #................................
.#.MIDI.#................................
.........................................
................################.........
................#..............#.........

8
examples/_udp.orca

@ -1,11 +1,11 @@
.........................................
.# UDP #.................................
.#.UDP.#.................................
.........................................
.........................................
.........Cf..............Cf..............
........F80.............F82..............
.......B0H.............B0H...............
........gS..............gS...............
........Fe0.............Fe2..............
.......B.H.............B.H...............
........xS..............xS...............
.........................................
.........................................
.......5;HELLO.........4;ORCA............

14
examples/add.orca

@ -3,11 +3,15 @@
.........................................
.#.CHANGE.VALUES.#.aV3.bV4...............
.........................................
...Va.Vb.................................
...3Y34..................................
.....JJ..................................
....A34..................................
....7....................................
.........................................
.........................................
..............Va.Vb......................
..............3Y34.......................
................JJ.......................
...............A34.......................
...............7.........................
.........................................
.........................................
.........................................
.........................................
.........................................

12
examples/bang.orca

@ -1,12 +1,16 @@
.........................................
.# BANG #................................
.#.BANG.#................................
.........................................
.........................................
.........................................
.........................................
.....8D4H................................
.......gE................................
........................0................
.........................................
..............8D.H.......................
................xE.......................
..................E.....0................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................

10
examples/cycle.orca

@ -1,9 +1,11 @@
.........................................
.# CYCLE #...............................
.#.CYCLE.#...............................
.........................................
.........................................
......................U..................
...............U.W.......................
.........................................
......................U..................
...............U.........................
................N........................
.........................................
.........................................
.......................U.................
@ -11,3 +13,5 @@
.........................................
.........................................
.........................................
.........................................
.........................................

10
examples/delay.orca

@ -1,13 +1,17 @@
.........................................
.# DELAY #...............................
.#.DELAY.#...............................
.........................................
.........................................
.........................................
.........................................
.......2C4.....4C4.....8C4.....gC4.......
........2.......3.......3.......3........
........1.......0.......2.......3........
.........................................
.........................................
.......2D......4D......8D......gD........
........*.......*........................
........*................................
.........................................
.........................................
.........................................
.........................................
.........................................

12
examples/filter.orca

@ -1,11 +1,15 @@
.........................................
.# FILTER.#..............................
.#.FILTER.#..............................
.........................................
.........................................
.........................................
...............gD........................
......8D.H...............................
........gE......u........................
.........................................
.......................3D................
..............8D.H.......................
................xE......u................
.......................E.......E.......E.
.........................................
.........................................
.........................................
.........................................
.........................................

16
examples/if+else.orca

@ -1,13 +1,17 @@
.........................................
.#.IF.ELSE.#.............................
.........................................
.#.TARGET.#.tV3..........................
.........................................
.4C4.Vt......V0.V1.......................
..2Y23.......t...........................
....JJ...................................
...F23...................................
...0Vt...................................
.........................................
.........................................
.................4C42C8..................
..................1Y12...................
....................JJ...................
...................F12...................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................

12
examples/random.orca → examples/octave.orca

@ -1,11 +1,15 @@
.........................................
.# RANDOM #..............................
.#.OCTAVE.#..............................
.........................................
.........................................
.........................................
..............R.7........................
..............67TCDEFGAB.................
..............8LFCDDEEFB.................
.........................................
.............4Cc.........................
.............33cTCcDdEFfGgAaB............
..............aVd........................
.........................................
.............4D...Va.....................
...............:03D......................
.........................................
.........................................
.........................................

14
examples/pendulum.orca

@ -1,10 +1,14 @@
.........................................
.# PENDULUM #............................
.#.PENDULUM.#............................
.........................................
.........................................
.........................................
............U........W.....U.............
....................J....................
...................B.H...................
....................xS...................
.........................................
.........................................
........U.......E......U.................
................J........................
...............B.H.......................
................gS.......................
.........................................
.........................................
.........................................

16
examples/read+write.orca

@ -1,13 +1,17 @@
.........................................
.# READ WRITE.#..........................
.#.READ.WRITE.#..........................
.........................................
.........C4..........C4..................
.........30O1230.....34T1230.............
...........0...........0.................
.........................................
.........................................
.........C4.C4.......C4.C4...............
.........30X3........34P7................
......C4.........C2..........C4..........
......10O1230...013Q1234.....13T1230.....
........1.......12345678.......1.........
.........................................
.........................................
......C4.C4......C2..........C4.C4.......
......10X1......013G1234.....13P1........
........1230.......1234........1230......
...................1234..................
.........................................
.........................................
.........................................

17
examples/subtraction.orca

@ -0,0 +1,17 @@
.................................................
.#.SUBTRACTION.#.................................
.................................................
.14X9.#.A.#......................................
.21X4.#.B.#......................................
.................................................
...A14...........................................
...50O#0zyxwvutsrqponmlkjihgfedcba987654321#.....
...A9w...........................................
.rV5.............................................
............Vr...................................
.#.RESULT.#.5....................................
.................................................
.................................................
.................................................
.................................................
.................................................

4
examples/variable.orca

@ -11,3 +11,7 @@
..1...2...3..............................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
Loading…
Cancel
Save