spiffyscore

Diff
Login

Differences From Artifact [1f5e1e7f07]:

To Artifact [109f37c970]:


1
2
3
4

5
6

7
8
9
10
11
12
13
14
15
16
17
18
19
* Features [1/5]
- [X] Top-down composition
- [ ] Transition the melody between chords appropriately
- [ ] Set maximum song length

- [ ] Need to support all chord types
- [ ] Doesn't handle rest notes


* Bugs [4/5]
- [X] TLD resets clock for each movement
- [X] TLD doesn't accept an ordering for the movements
- [X] Doesn't handle minor chords    
- [X] Calculated duration is absolute, not relative to BPM
- [ ] Chords don't respect octaves


* Structure [0/3]    
- [ ] Chords should be composed of Notes, not ordinary arrays
- [ ] Generate score with proper generation tools
- [ ] Store csound score lines with instruments
|


|
>


>













1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* Features [1/7]
- [X] Top-down composition
- [ ] Transition the melody between chords appropriately
- [ ] Set maximum song length of movement
- [ ] Set minimum song length of movement
- [ ] Need to support all chord types
- [ ] Doesn't handle rest notes
- [ ] Handle full ABC BNF (yeah, right...)

* Bugs [4/5]
- [X] TLD resets clock for each movement
- [X] TLD doesn't accept an ordering for the movements
- [X] Doesn't handle minor chords    
- [X] Calculated duration is absolute, not relative to BPM
- [ ] Chords don't respect octaves


* Structure [0/3]    
- [ ] Chords should be composed of Notes, not ordinary arrays
- [ ] Generate score with proper generation tools
- [ ] Store csound score lines with instruments