Browse Source

notes.txt: Update

master
kevin 11 years ago
parent
commit
81d8233523
1 changed files with 32 additions and 1 deletions
  1. 32
    1
      doc/notes.txt

+ 32
- 1
doc/notes.txt View File

@@ -22,12 +22,43 @@ TODO:
22 22
 
23 23
 ** use Log frequency frequency transform instead of FFT.
24 24
 
25
+** Add a 'write' preset file button.
25 26
 
27
+** measurement values can generate MAX_DBL - be sure that are not being sent through to the audio algorithm.
28
+   (see ln:965 cmDspKr.c for a hack to fix this)
29
+
30
+** add invert to scale/range .
31
+
32
+** non-grace eveneess are used to generate a measurement value from previous tempo calibration section. 
33
+   (non-grace evenness notes therefore have two scores: 'evenness' and 'overall-duration').
34
+** note that the default setting for dyn and even.
35
+
36
+** add dyn,even,tempo,cost number boxes to allow artificial setting of these parameters.
37
+   add dyn,even,tempo,cost as modulator variables to allow them to be set from the modulator
38
+   With these additions we can simulate apply measurements at the 'application' section.
39
+
40
+** add begining and ending measure numbers to 'seq' labels
41
+
42
+** Gain compensation form mode 4.
43
+
44
+Seq 2  m24 Mark 36 & 38 
45
+Seq 4: Mark 115
46
+Seq 4: m76-79 Mark 129 (W/ meas: even & dyn -> thresh change min Thresh to 40) - use 4th seq w/ b1
47
+Seq 6: m92 Mark 143
48
+Seq 7: m103 Mark 173
26 49
 
27 50
 
28 51
 // May 22
29 52
 + Add invert to scale range to cause output to go in opposite direction.
30
-
53
++ Seq 7: Mark 172 Meas 103 - always crashes on playback.
54
+  Seq 4: Mark 76  Meas 40  - crash!
55
+  Seq 2: First mark meas 23
56
+  Crash seems to happen in cmProc4.c: _cmScMatchInitMtx() ln:1311.
57
+  It looks like a memory overrun.  Looks like the first line is wrong
58
+  shouldn't:
59
+    if( rn >p->mrn && cn > p->mcn )
60
+  be	
61
+	if(rn*cn > p->mrn*p->mcn)
31 62
 
32 63
 BUGS:
33 64
 // Apr 20

Loading…
Cancel
Save