From ff5bbfb22153780a725e144a3409a7d97195f293 Mon Sep 17 00:00:00 2001 From: Mustafa Date: Sun, 11 May 2014 14:22:54 -0700 Subject: [PATCH] Update Tutorial.md --- oregano/Tutorial.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/oregano/Tutorial.md b/oregano/Tutorial.md index c93e5c5..7af1341 100644 --- a/oregano/Tutorial.md +++ b/oregano/Tutorial.md @@ -35,6 +35,16 @@ The purpose of playing notes on different tracks is we can have different filter - Instrument: This is equivalent to choosing what the note sounds like. There are default instruments (saw wave, piano, etc.) and you can also define your own using samples. -- Note: -- Track -- Filters +- Note: specifies a key from an instrument, and can be played on a track +- Track: +- Filters: can be added to a track. The order in which they are added matters. + + +## Example + + +TODO: +- use an instrument to play a note on a track. +- add filters to a track + +