1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
5 Programming Structures
# Programming Structures
Now that you've learned the basics of creating sounds with `play` and
`sample` and creating simple melodies and rhythms by `sleep`ing between
sounds, you might be wondering what else the world of code can offer
you...
Well, you're in for an exciting treat! It turns out that basic
programming structures such as looping, conditionals, functions and
threads give you amazingly powerful tools to express your musical ideas.
Let's get stuck in with the basics...
|