Skip to content

Commit

Permalink
Added c and d examples
Browse files Browse the repository at this point in the history
  • Loading branch information
neauoire committed Apr 23, 2019
1 parent 8aeba24 commit 3b83811
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions examples/c.orca
@@ -0,0 +1,17 @@
.........................................
.#.CLOCK.#...............................
.........................................
.#.COUNT.TO.8.#..........................
.........................................
..C8.....................................
..5......................................
.........................................
.#.COUNT.TO.8.SLOWLY.#...................
.........................................
.2C8.....................................
..2......................................
.........................................
.........................................
.........................................
.........................................
.........................................
17 changes: 17 additions & 0 deletions examples/d.orca
@@ -0,0 +1,17 @@
.........................................
.#.DELAY.#...............................
.........................................
.#.BANG.EVERY.4.FRAMES.#.................
.........................................
..D4.....................................
.........................................
.........................................
.#.BANG.EVERY.8.FRAMES.#.................
.........................................
.2D4.....................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................

1 comment on commit 3b83811

@nlebellier
Copy link
Contributor

@nlebellier nlebellier commented on 3b83811 Jun 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well so we can also say it , if we think in binary.

D8 every 8 frames = every two beats = 1 half note = 1 blanche
D4 every 4 frames = every beat = 1 quarter = 1 noire
D2 every 2 frames = every 0.5 beat = 1 quaver = 1 croche
D1 every 1 frame = every 0.25 beat = 1 double quaver= 1 double-croche (deux fois plus rapide qu'un croche)

Please sign in to comment.