Programmable real-time audio signal processing application
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

notes.txt 1.7KB

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