added more funcs to tutorial

This commit is contained in:
Mustafa 2014-05-15 11:30:48 -07:00
parent 3a922a1853
commit 11213936fa
2 changed files with 13 additions and 12 deletions

View file

@ -1,13 +1,7 @@
## DAW-like model
## Interface
### DAW-like model
Oregano will have these concepts/objects: Oregano will have these concepts/objects:

View file

@ -77,7 +77,13 @@ You can add filters to a specific track.
## Functions ## Functions
### Oscilators
These can be used in defining instruments.
- sin, saw, tringle, square
-
### mouse-x and mouse-y ### mouse-x and mouse-y
@ -93,17 +99,18 @@ For example, if you want to control the cutoff frequency for a filter using the
When the mouse is at the left of the screen, the frequency is 200, when the mouse is at the right, the frequency is 500. When the mouse is at the left of the screen, the frequency is 200, when the mouse is at the right, the frequency is 500.
### Loading samples
* (load-sample file-name)
* (play-sample sample)
--- ---
(definst supersaw
(