2014-05-01 19:21:18 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
2014-05-15 18:30:48 +00:00
|
|
|
## DAW-like model
|
2014-05-01 19:21:18 +00:00
|
|
|
|
|
|
|
Oregano will have these concepts/objects:
|
|
|
|
|
|
|
|
|
2014-05-14 03:54:20 +00:00
|
|
|
- track: like a "track" in renoise. can have notes and a list of filters
|
2014-05-01 19:21:18 +00:00
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2014-05-17 18:37:08 +00:00
|
|
|
|
|
|
|
### Instruments
|
|
|
|
|
|
|
|
- [Done] preset instruments
|
|
|
|
|
|
|
|
- custom instruments
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-05-08 00:08:32 +00:00
|
|
|
- adding filters to tracks
|
2014-05-01 19:21:18 +00:00
|
|
|
|
2014-05-08 00:08:32 +00:00
|
|
|
- ability to change filter parameters
|
2014-05-01 19:21:18 +00:00
|
|
|
|
2014-05-08 00:08:32 +00:00
|
|
|
- playing a note from an instrument on a track.
|
2014-05-17 18:37:08 +00:00
|
|
|
* [done] can play a note from an instrument on bus 0
|
|
|
|
|
|
|
|
*
|
2014-05-01 19:21:18 +00:00
|
|
|
|
2014-05-08 00:08:32 +00:00
|
|
|
- load sound files into buffers, and play them using notes.
|
|
|
|
- create instruments
|