updated todo for before fall 2014

This commit is contained in:
Mustafa 2014-08-27 19:00:33 -04:00
parent 49bcd750a0
commit 212c6dc85f

View file

@ -1,14 +1,35 @@
## Wed ## By the beginning of Calpoly Fall 2014
### Fix bugs
- Adding filters to a track has a bug. (forgot what it is exactly). Has to do with "currently playing notes" stopping when adding a filter. It's because I'm using the replace bus scsynth feature.
- [ ] make starting scsynth reliable
- [ ] linux.
- script not reliable
- [ ] OSX
- script has hardcoded path & not reliable
- [ ] Windows
- nothing yet
### Features
- [ ] envelopes - [ ] envelopes
* learn how envgen works. * learn how envgen works
* use existing envelope types (trapizoid)
* make preset envelopes? * make preset envelopes?
- [x] load samples - [ ] load samples
[x] can load mono samples
[ ] load stereo samples
- what to do with 2 buffers?
- [ ] sequencing (at) - [ ] sequencing
- [ ] test play-note-at
- [ ] implement a metronome as in Overtone
- [ ] see how pseq in SClang works.