notes.txt: Initial commit.
This commit is contained in:
parent
13b910ac6f
commit
b31d6ebbbf
56
doc/notes.txt
Normal file
56
doc/notes.txt
Normal file
@ -0,0 +1,56 @@
|
||||
|
||||
|
||||
TODO:
|
||||
+ Use CSV for mod score file format (to eliminate need for labels)
|
||||
+ Autoload of default pgm cfg, program, enable audio, sequence, score location.
|
||||
+ Circuit switcher patch.
|
||||
+ Review and document the app threading and locking during audio file loading.
|
||||
+ Remove old performance evaluation code from cmScore.
|
||||
+ All programs should be able to reload without crashing via enabling/disabling audio.
|
||||
+ Select and save audio devices.
|
||||
+ Mac Conversion
|
||||
+ Live MIDI - to test audio/MIDI delay.
|
||||
|
||||
|
||||
BUGS:
|
||||
|
||||
// Feb 27
|
||||
+ Audio seems to preceded MIDI by around 250ms this probably arises
|
||||
from a delay that was inserted by 'mas'. Can the delay be removed?
|
||||
|
||||
// Feb 25
|
||||
+ Fix the audio file input/output ports
|
||||
|
||||
//
|
||||
// Feb 6 & 7
|
||||
//
|
||||
+ Performed notes which arrive which about 50ms could be
|
||||
considered chords. Extra notes notes which were not part of
|
||||
the chord are probably common and should be discounted during
|
||||
the cost analysis.
|
||||
|
||||
+ Add alignment cost as a 4th variable along with dyn,even,tempo.
|
||||
|
||||
+ In the score print out (score_loc.txt) Section 2 is starting on Bar 5
|
||||
when it should start inside Bar 7.
|
||||
|
||||
+ In Take 1 the 2nd dynamics set is not triggered.
|
||||
|
||||
+ In Take 3 Eveness 2 the C2 and F#4 are NOT missing althrough they are in the
|
||||
evalation. Also E7 which ends that set is not marked with an 'e'.
|
||||
|
||||
+ It is possible to have even-non-grace sets where the note rythm value's are not
|
||||
all the same (e.g. bar 20 )
|
||||
|
||||
+ User soft-thresholds for the dynamics categories.
|
||||
|
||||
+ Set 39 even measure 25 shows the first note as G#2 when it should be C#1
|
||||
|
||||
+ Missig MIDI note sounded:
|
||||
C1 score-loc:132
|
||||
A#2 140
|
||||
A5 173
|
||||
C#2 195 Marker 36
|
||||
E5,G33,A#2,C#1 212-218 Marker 36
|
||||
E3 185 Marker 37
|
||||
F5,C#4,G#5 986 Marker 204
|
Loading…
Reference in New Issue
Block a user