Programmable real-time audio signal processing application
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

notes.txt 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. + (done) Mac Conversion
  10. + (done) Live MIDI - to test audio/MIDI delay.
  11. + (done) As threshold increases overall volume decreases - add a compensation algorithm.
  12. + THere are unintialized variable warnings on the release build.
  13. + Add preset delete.
  14. + All uses of va_copy() should have a complimentary va_end()
  15. ** Build a database of measurements and setup the program to be able to
  16. apply a given measurement at it's assigned section.
  17. ** Redevelop spectral distortion algorithm to use a spline as the transform.
  18. ** use Log frequency frequency transform instead of FFT.
  19. // May 22
  20. + Add invert to scale range to cause output to go in opposite direction.
  21. BUGS:
  22. // Apr 20
  23. The tempo measurement can produce invalid values. Set score to 22 then play Mark 38.
  24. First tempo measurement is a non-sense value - probably produced by an div by zero.
  25. Also: Mark 8, Meas 10.
  26. Crash on playing Mark 37.
  27. Click on list control outside below list item - crash!
  28. Select Mark 171 (Seq 7) Section 43, m103 crash
  29. // Feb 27
  30. + Audio seems to preceded MIDI by around 250ms this probably arises
  31. from a delay that was inserted by 'mas'. Can the delay be removed?
  32. // Feb 25
  33. + Fix the audio file input/output ports
  34. //
  35. // Feb 6 & 7
  36. //
  37. + Performed notes which arrive which about 50ms could be
  38. considered chords. Extra notes notes which were not part of
  39. the chord are probably common and should be discounted during
  40. the cost analysis.
  41. + Add alignment cost as a 4th variable along with dyn,even,tempo.
  42. + In the score print out (score_loc.txt) Section 2 is starting on Bar 5
  43. when it should start inside Bar 7.
  44. + In Take 1 the 2nd dynamics set is not triggered.
  45. + In Take 3 Eveness 2 the C2 and F#4 are NOT missing althrough they are in the
  46. evalation. Also E7 which ends that set is not marked with an 'e'.
  47. + It is possible to have even-non-grace sets where the note rythm value's are not
  48. all the same (e.g. bar 20 )
  49. + User soft-thresholds for the dynamics categories.
  50. + Set 39 even measure 25 shows the first note as G#2 when it should be C#1
  51. + Missig MIDI note sounded:
  52. C1 score-loc:132
  53. A#2 140
  54. A5 173
  55. C#2 195 Marker 36
  56. E5,G33,A#2,C#1 212-218 Marker 36
  57. E3 185 Marker 37
  58. F5,C#4,G#5 986 Marker 204