48 lines
848 B
Markdown
48 lines
848 B
Markdown
|
|
|
|
## Wed
|
|
|
|
- [ ] envelopes
|
|
* learn how envgen works.
|
|
* make preset envelopes?
|
|
|
|
- [x] load samples
|
|
|
|
- [ ] sequencing (at)
|
|
|
|
|
|
|
|
|
|
## DAW-like model
|
|
|
|
Oregano will have these concepts/objects:
|
|
|
|
|
|
- track: like a "track" in renoise. can have notes and a list of filters
|
|
|
|
- instrument: instrument defenitions or presets, and actual instantiated instruments.
|
|
- I should make some instrument presets, like sine, saw, square, triangle waves.
|
|
|
|
- filters: can be added to tracks. e.g. reverb, low pass filter.
|
|
|
|
|
|
## Functionality
|
|
|
|
|
|
### Instruments
|
|
|
|
- [Done] preset instruments
|
|
|
|
- custom instruments
|
|
|
|
- adding filters to tracks
|
|
|
|
- ability to change filter parameters
|
|
|
|
- playing a note from an instrument on a track.
|
|
* [done] can play a note from an instrument on bus 0
|
|
|
|
- load sound files into buffers, and play them using notes.
|
|
- create instruments
|
|
|
|
|