瀏覽代碼

note.txt Update.

master
kevin 11 年之前
父節點
當前提交
7f3b3103fc
共有 1 個檔案被更改,包括 13 行新增3 行删除
  1. 13
    3
      doc/notes.txt

+ 13
- 3
doc/notes.txt 查看文件

8
 + Remove old performance evaluation code from cmScore.
8
 + Remove old performance evaluation code from cmScore.
9
 + All programs should be able to reload without crashing via enabling/disabling audio.
9
 + All programs should be able to reload without crashing via enabling/disabling audio.
10
 + Select and save audio devices.
10
 + Select and save audio devices.
11
-+ Mac Conversion
12
-+ Live MIDI - to test audio/MIDI delay.
13
-+ As threshold increases overall volume decreases - add a compensation algorithm.
11
++ (done) Mac Conversion
12
++ (done) Live MIDI - to test audio/MIDI delay.
13
++ (done) As threshold increases overall volume decreases - add a compensation algorithm.
14
 + THere are unintialized variable warnings on the release build.
14
 + THere are unintialized variable warnings on the release build.
15
 + Add preset delete.
15
 + Add preset delete.
16
 + All uses of va_copy() should have a complimentary va_end() 
16
 + All uses of va_copy() should have a complimentary va_end() 
17
 
17
 
18
+** Build a database of measurements and setup the program to be able to
19
+   apply a given measurement at it's assigned section.
20
+
21
+** Redevelop spectral distortion algorithm to use a spline as the transform.
22
+
23
+** use Log frequency frequency transform instead of FFT.
24
+
25
+
26
+
27
+
18
 // May 22
28
 // May 22
19
 + Add invert to scale range to cause output to go in opposite direction.
29
 + Add invert to scale range to cause output to go in opposite direction.
20
 
30
 

Loading…
取消
儲存