|
@@ -0,0 +1,56 @@
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+TODO:
|
|
4
|
++ Use CSV for mod score file format (to eliminate need for labels)
|
|
5
|
++ Autoload of default pgm cfg, program, enable audio, sequence, score location.
|
|
6
|
++ Circuit switcher patch.
|
|
7
|
++ Review and document the app threading and locking during audio file loading.
|
|
8
|
++ Remove old performance evaluation code from cmScore.
|
|
9
|
++ All programs should be able to reload without crashing via enabling/disabling audio.
|
|
10
|
++ Select and save audio devices.
|
|
11
|
++ Mac Conversion
|
|
12
|
++ Live MIDI - to test audio/MIDI delay.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+BUGS:
|
|
16
|
+
|
|
17
|
+// Feb 27
|
|
18
|
++ Audio seems to preceded MIDI by around 250ms this probably arises
|
|
19
|
+from a delay that was inserted by 'mas'. Can the delay be removed?
|
|
20
|
+
|
|
21
|
+// Feb 25
|
|
22
|
++ Fix the audio file input/output ports
|
|
23
|
+
|
|
24
|
+//
|
|
25
|
+// Feb 6 & 7
|
|
26
|
+//
|
|
27
|
++ Performed notes which arrive which about 50ms could be
|
|
28
|
+considered chords. Extra notes notes which were not part of
|
|
29
|
+the chord are probably common and should be discounted during
|
|
30
|
+the cost analysis.
|
|
31
|
+
|
|
32
|
++ Add alignment cost as a 4th variable along with dyn,even,tempo.
|
|
33
|
+
|
|
34
|
++ In the score print out (score_loc.txt) Section 2 is starting on Bar 5
|
|
35
|
+when it should start inside Bar 7.
|
|
36
|
+
|
|
37
|
++ In Take 1 the 2nd dynamics set is not triggered.
|
|
38
|
+
|
|
39
|
++ In Take 3 Eveness 2 the C2 and F#4 are NOT missing althrough they are in the
|
|
40
|
+evalation. Also E7 which ends that set is not marked with an 'e'.
|
|
41
|
+
|
|
42
|
++ It is possible to have even-non-grace sets where the note rythm value's are not
|
|
43
|
+all the same (e.g. bar 20 )
|
|
44
|
+
|
|
45
|
++ User soft-thresholds for the dynamics categories.
|
|
46
|
+
|
|
47
|
++ Set 39 even measure 25 shows the first note as G#2 when it should be C#1
|
|
48
|
+
|
|
49
|
++ Missig MIDI note sounded:
|
|
50
|
+C1 score-loc:132
|
|
51
|
+A#2 140
|
|
52
|
+A5 173
|
|
53
|
+C#2 195 Marker 36
|
|
54
|
+E5,G33,A#2,C#1 212-218 Marker 36
|
|
55
|
+E3 185 Marker 37
|
|
56
|
+F5,C#4,G#5 986 Marker 204
|