Differences From Artifact [1f5e1e7f07b9c457]:
- File
todo.org
- 2010-11-17 06:57:32 - part of checkin [5a35ffdd27] on branch tld - Note duration is now counted as fraction of a whole note, as measured based on BPM (user: spiffytech@gmail.com) [annotate]
To Artifact [109f37c970ed848a]:
- File
todo.org
- 2010-11-17 07:30:34 - part of checkin [aa88358397] on branch tld - Added support for rest notes (user: spiffytech@gmail.com) [annotate]
1 * Features [1/5] | 1 * Features [1/7]
2 - [X] Top-down composition 2 - [X] Top-down composition
3 - [ ] Transition the melody between chords appropriately 3 - [ ] Transition the melody between chords appropriately
4 - [ ] Set maximum song length | 4 - [ ] Set maximum song length of movement
> 5 - [ ] Set minimum song length of movement
5 - [ ] Need to support all chord types 6 - [ ] Need to support all chord types
6 - [ ] Doesn't handle rest notes 7 - [ ] Doesn't handle rest notes
> 8 - [ ] Handle full ABC BNF (yeah, right...)
7 9
8 * Bugs [4/5] 10 * Bugs [4/5]
9 - [X] TLD resets clock for each movement 11 - [X] TLD resets clock for each movement
10 - [X] TLD doesn't accept an ordering for the movements 12 - [X] TLD doesn't accept an ordering for the movements
11 - [X] Doesn't handle minor chords 13 - [X] Doesn't handle minor chords
12 - [X] Calculated duration is absolute, not relative to BPM 14 - [X] Calculated duration is absolute, not relative to BPM
13 - [ ] Chords don't respect octaves 15 - [ ] Chords don't respect octaves
14 16
15 17
16 * Structure [0/3] 18 * Structure [0/3]
17 - [ ] Chords should be composed of Notes, not ordinary arrays 19 - [ ] Chords should be composed of Notes, not ordinary arrays
18 - [ ] Generate score with proper generation tools 20 - [ ] Generate score with proper generation tools
19 - [ ] Store csound score lines with instruments 21 - [ ] Store csound score lines with instruments