added more funcs to tutorial
This commit is contained in:
parent
3a922a1853
commit
11213936fa
2 changed files with 13 additions and 12 deletions
|
@ -1,13 +1,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
## Interface
|
||||
|
||||
|
||||
|
||||
### DAW-like model
|
||||
## DAW-like model
|
||||
|
||||
Oregano will have these concepts/objects:
|
||||
|
||||
|
|
|
@ -77,7 +77,13 @@ You can add filters to a specific track.
|
|||
|
||||
## Functions
|
||||
|
||||
### Oscilators
|
||||
|
||||
These can be used in defining instruments.
|
||||
|
||||
- sin, saw, tringle, square
|
||||
|
||||
-
|
||||
|
||||
### 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.
|
||||
|
||||
|
||||
### Loading samples
|
||||
|
||||
* (load-sample file-name)
|
||||
|
||||
* (play-sample sample)
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
|
||||
(definst supersaw
|
||||
(
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue