Browse Source

doc/notes.txt : 9/30 session notes update.

master
kevin 10 years ago
parent
commit
8627e8f61b
1 changed files with 14 additions and 8 deletions
  1. 14
    8
      doc/notes.txt

+ 14
- 8
doc/notes.txt View File

@@ -15,17 +15,20 @@ TODO:
15 15
 + cmJson and cmLex should report the name of the file when with syntax error messages.
16 16
 + Use CSV for mod score file format (to eliminate need for labels)
17 17
 + Autoload of default pgm cfg, program, enable audio, sequence, score location.
18
-+ Circuit switcher patch.
18
++ (done) Circuit switcher patch.
19 19
 + Review and document the app threading and locking during audio file loading.
20 20
 + Remove old performance evaluation code from cmScore.
21 21
 + All programs should be able to reload without crashing via enabling/disabling audio.
22
-+ Select and save audio devices.
22
++ (in new version) Select and save audio devices.
23 23
 + (done) Mac Conversion
24 24
 + (done) Live MIDI - to test audio/MIDI delay.
25 25
 + (done) As threshold increases overall volume decreases - add a compensation algorithm.
26 26
 + There are unintialized variable warnings on the release build.
27 27
 + Add preset delete.
28 28
 + All uses of va_copy() should have a complimentary va_end() 
29
++ The list boxex do not show the currently selected item.
30
++ MIDI note messages are sent but do not trigger notes on OSX. 
31
+
29 32
 
30 33
 *** 9/27
31 34
 * Implement live recording for use in part 2.
@@ -43,20 +46,23 @@ it actually does.   This might allow transitions to be set up prior to when they
43 46
 cross-fade channel rather than the inactive channel.
44 47
 * Add a score mode that performs some action (e.g. incr/decr) on each incoming score follower
45 48
 event.  
46
-
49
+* In AvailCh what happens when no available channels are found - this may be the cause 
50
+of the cross-fade cut-out problem.
51
+* Add eq stage to output.
47 52
 
48 53
 * Setting the upper slope to a negative value is effective.
49 54
 
50 55
 * Demo Material: Seq 8 Mark 204 (1024-4 2048-4) Fade 10ms Cost->Threshold.
51 56
 - recd7  Mark 151
52 57
 - recd8  Mark 145 - same settings a previous take.
53
-- recd9  Mark 145 - w/ changing xfade switch to mode 4 at 38 
58
+- (recd9) Mark 145 - w/ changing xfade switch to mode 4 at 38 
54 59
 - recd10 Mark 145 - same w/ no mode change
55
-- recd11 Mark 145 - 3 different takes w/ score constant - no perf. parameters used - fixed threshold=65 
56
-- recd12 Mark 148   (same settings as recd9)
57
-- recd13 Mark 151
60
+- recd11 Mark 145 - a. 3 different takes w/ score constant - no perf. parameters used - fixed threshold=65 
61
+- recd12 Mark 148   b.(same settings as recd9)
62
+- recd13 Mark 151   c.
58 63
 - recd14 Mark 161  Section 40 - fixed changes see mod0.js for note 
59
-
64
+- Seq 6 Mark 145 M-92 (38,39,39a) (recd16) (recd17) (recd18) (recd19)
65
+- Seq 7 Mark 167 M-100
60 66
 *** 8/13
61 67
 * Cross-fade was cutting out during demo.
62 68
 * Missing takes between seq 7 and seq 8.

Loading…
Cancel
Save