Differences From Artifact [0747c315e6e489f7]:
- File
todo.org
- 2010-11-17 05:32:12 - part of checkin [f02f66468f] on branch tld - Now supports minor chords (user: spiffytech@gmail.com) [annotate]
To Artifact [11f927dcbf0f16cc]:
- File
todo.org
- 2010-11-17 06:27:03 - part of checkin [db1df2f460] on branch tld - TLD now accepts ordering of movements. Also, fixed bug that caused all movements and instruments to play simultaneously. (user: spiffytech@gmail.com) [annotate]
1 * Features [1/4] | 1 * Features [1/5]
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
5 - [ ] Need to support all chord types 5 - [ ] Need to support all chord types
> 6 - [ ] Doesn't handle rest notes
6 7
7 * Bugs [1/5] | 8 * Bugs [3/5]
8 - [ ] TLD resets clock for each movement | 9 - [X] TLD resets clock for each movement
9 - [ ] TLD doesn't accept an ordering for the movements | 10 - [X] TLD doesn't accept an ordering for the movements
10 - [X] Doesn't handle minor chords | 11 - [X] Doesn't handle minor chords
11 - [ ] Duration syntax is absolute, not relative to BPM | 12 - [ ] Calculated duration is absolute, not relative to BPM
12 - [ ] Chords don't respect octaves 13 - [ ] Chords don't respect octaves
13 14
14 15
15 * Structure [0/2] | 16 * Structure [0/3]
16 - [ ] Chords should be composed of Notes, not ordinary arrays 17 - [ ] Chords should be composed of Notes, not ordinary arrays
17 - [ ] Generate score with proper generation tools 18 - [ ] Generate score with proper generation tools
> 19 - [ ] Store csound score lines with instruments