Skip to content

Commit

Permalink
Tutorial - fix headers for tick section
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Jul 29, 2015
1 parent 9653ed0 commit 9c041f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion etc/doc/tutorial/en/09.4-Ticking.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
9.4 Ticking

# Ticking

Something you'll likely find yourself doing a lot when live coding is
looping through rings. You'll be putting notes into rings for melodies,
sleeps for rhythms, chord progressions, timbral variations, etc. etc.

# Ticking Rings
## Ticking Rings

Sonic Pi provides a *very* handy tool for working with rings within
`live_loop`s. It's called the tick system. It provides you with the ability to *tick through rings*. Let's look at an example:
Expand Down Expand Up @@ -84,3 +86,7 @@ Most of the power in the tick system isn't useful when you get
started. Don't try and learn everything in this section. Just focus on
ticking through a single ring. That'll give you most of the joy and
simplicity of ticking through rings in your `live_loop`s.

Take a look at the documentation for `tick` where there are many useful
examples and happy ticking!

0 comments on commit 9c041f2

Please sign in to comment.