From 6775d8dfb8aca9d0b84730a2c11c836d2a123b4a Mon Sep 17 00:00:00 2001 From: Mustafa Date: Sun, 11 May 2014 17:13:27 -0700 Subject: [PATCH] Update Tutorial.md --- oregano/Tutorial.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/oregano/Tutorial.md b/oregano/Tutorial.md index 7af1341..082fe3f 100644 --- a/oregano/Tutorial.md +++ b/oregano/Tutorial.md @@ -42,9 +42,16 @@ The purpose of playing notes on different tracks is we can have different filter ## Example +- Creating an instrument + + + ;; this uses the preset + (define my-piano (make-instrument 'piano)) TODO: - use an instrument to play a note on a track. - add filters to a track + (append-effect track3 (reverb-effect 0.5 0.9)) +