Browse Source

doc/notes.txt,mod0.js:Updates following 8/12-14 sessions.

master
kevin 10 years ago
parent
commit
5313400598
2 changed files with 90 additions and 20 deletions
  1. 19
    0
      doc/notes.txt
  2. 71
    20
      src/kc/data/mod0.js

+ 19
- 0
doc/notes.txt View File

@@ -18,6 +18,25 @@ TODO:
18 18
 + Add preset delete.
19 19
 + All uses of va_copy() should have a complimentary va_end() 
20 20
 
21
+*** 8/13
22
+* Cross-fade was cutting out during demo.
23
+* Missing takes between seq 7 and seq 8.
24
+* The MIDI is mis-aligned against the audio.
25
+* Are cost / tempo working?  ... test changing mode.
26
+* Add an automatic volume adjustment to prevent parameter changes from causing large volume changes.
27
+* What can we actually do between after a MIDI note is received? Is it already too late to 
28
+  send parameters w/o affecting the attack of the note.
29
+
30
+* Live Test material
31
+
32
+     Part 1: Meas:76 - (one measure) to get measurments for later sections
33
+     Part 1: Meas:94 (sect 38) through Meas:136 (include 136 stop at 137).
34
+
35
+     Part 2: ("/Users/kevin/temp/piano score part 2 draft 1 master m 232 - 241 1st 2 bts.sib")
36
+	 	  	 The downbeat of part two aligns with the 3rd beat (in 4/4) of 122 in the first part.
37
+			 Ends on measure 131 at end of beat 3. 
38
+  
39
+
21 40
 *** July 10
22 41
 ** (done) Make separate mappings and scale/range controls for left and right.
23 42
 ** Add EQ output stage.

+ 71
- 20
src/kc/data/mod0.js View File

@@ -36,19 +36,23 @@ type: { vmin | emin | dmin | tmin | cmin | vmax | emax | dmax | tmax | cmax } da
36 36
    
37 37
 
38 38
    // 1
39
-   { loc:-1, mod:m1, var:thr0, type:set, val:50 },
40
-   { loc:-1, mod:m1, var:thr1, type:set, val:55 },
41
-
42
-   { loc:-1, mod:m1, var:mint0, type:set, val:30 },
43
-   { loc:-1, mod:m1, var:maxt0, type:set, val:80 },
44
-   { loc:-1, mod:m1, var:minu0, type:set, val:-0.5 },
39
+   { loc:-1, mod:m1, var:thr0, type:set, val:55 },
40
+   { loc:-1, mod:m1, var:thr1, type:set, val:70 },
41
+   { loc:-1, mod:m1, var:upr0, type:set, val:0 },
42
+   { loc:-1, mod:m1, var:upr1, type:set, val:0 },
43
+   { loc:-1, mod:m1, var:lwr0, type:set, val:2.0 },
44
+   { loc:-1, mod:m1, var:lwr1, type:set, val:2.0 },
45
+
46
+   { loc:-1, mod:m1, var:mint0, type:set, val:50 },
47
+   { loc:-1, mod:m1, var:maxt0, type:set, val:65 },
48
+   { loc:-1, mod:m1, var:minu0, type:set, val:0.0 },
45 49
    { loc:-1, mod:m1, var:maxu0, type:set, val:0.5 },
46 50
    { loc:-1, mod:m1, var:minl0, type:set, val:0 },
47 51
    { loc:-1, mod:m1, var:maxl0, type:set, val:3 },
48 52
 
49
-   { loc:-1, mod:m1, var:mint1, type:set, val:30 },
50
-   { loc:-1, mod:m1, var:maxt1, type:set, val:80 },
51
-   { loc:-1, mod:m1, var:minu1, type:set, val:-0.5 },
53
+   { loc:-1, mod:m1, var:mint1, type:set, val:65 },
54
+   { loc:-1, mod:m1, var:maxt1, type:set, val:75 },
55
+   { loc:-1, mod:m1, var:minu1, type:set, val:0.0 },
52 56
    { loc:-1, mod:m1, var:maxu1, type:set, val:0.5 },
53 57
    { loc:-1, mod:m1, var:minl1, type:set, val:0 },
54 58
    { loc:-1, mod:m1, var:maxl1, type:set, val:3 },
@@ -56,23 +60,44 @@ type: { vmin | emin | dmin | tmin | cmin | vmax | emax | dmax | tmax | cmax } da
56 60
 
57 61
   // 741: 4 1024 4 60 0 2
58 62
   //      1 1024 4 65 0 2
63
+/*
64
+   { loc:741, mod:m1, var:mint0, type:set, val:55 },
65
+   { loc:741, mod:m1, var:maxt0, type:set, val:80 },
66
+   { loc:741, mod:m1, var:mint1, type:set, val:70 },
67
+   { loc:741, mod:m1, var:maxt1, type:set, val:80 },
59 68
 
60
-   //{ loc:741, mod:m1, var:thr0, type:set, val:60 },
61
-   //{ loc:741, mod:m1, var:thr1, type:set, val:65 },
69
+   { loc:741, mod:m1, var:thr0, type:set, val:70 },
70
+   { loc:741, mod:m1, var:thr1, type:set, val:75 },
71
+*/
62 72
 	  
63
-   { loc:741, mod:m1, var:mint0, type:set, val:55 },
73
+   { loc:741, mod:m1, var:mint0, type:set, val:50 },
64 74
    { loc:741, mod:m1, var:maxt0, type:set, val:65 },
65
-   { loc:741, mod:m1, var:mint1, type:set, val:60 },
66
-   { loc:741, mod:m1, var:maxt1, type:set, val:70 },
75
+   { loc:741, mod:m1, var:mint1, type:set, val:70 },
76
+   { loc:741, mod:m1, var:maxt1, type:set, val:85 },
77
+	
78
+   { loc:754, mod:m1, var:mint0, type:set, val:55 },
79
+   { loc:754, mod:m1, var:maxt0, type:set, val:70 },
80
+   { loc:754, mod:m1, var:mint1, type:set, val:65 },
81
+   { loc:754, mod:m1, var:maxt1, type:set, val:70 },
82
+
83
+   { loc:770, mod:m1, var:mint0, type:set, val:60 },
84
+   { loc:770, mod:m1, var:maxt0, type:set, val:75 },
85
+   { loc:770, mod:m1, var:mint1, type:set, val:60 },
86
+   { loc:770, mod:m1, var:maxt1, type:set, val:75 },
87
+
88
+
89
+
90
+   //{ loc:767, mod:m1 var:mod1, type:set, val:4 },
91
+   //{ loc:770, mod:m1 var:mod1, type:set, val:1 },
67 92
   
68 93
 
69 94
   // 755: 4 2048 4 60 0 2
70 95
   //      1 1024 4 65 0 2
71 96
 
72
-   { loc:754, mod:m1, var:mint0, type:set, val:65 },
73
-   { loc:754, mod:m1, var:maxt0, type:set, val:85 },
74
-   { loc:754, mod:m1, var:mint1, type:set, val:70 },
75
-   { loc:754, mod:m1, var:maxt1, type:set, val:80 },
97
+   //{ loc:754, mod:m1, var:mint0, type:set, val:65 },
98
+   //{ loc:754, mod:m1, var:maxt0, type:set, val:85 },
99
+   //{ loc:754, mod:m1, var:mint1, type:set, val:70 },
100
+   //{ loc:754, mod:m1, var:maxt1, type:set, val:80 },
76 101
   
77 102
    //{ loc:754, mod:m1, var:mod0, type:set, rate:100 val:4   },
78 103
 
@@ -83,9 +108,35 @@ type: { vmin | emin | dmin | tmin | cmin | vmax | emax | dmax | tmax | cmax } da
83 108
    //{ loc:149, mod:m1, var:thr0, type:set, val:60 },
84 109
    //{ loc:149, mod:m1, var:thr1, type:set, val:60 },
85 110
 
111
+   { loc:989, mod:m1, var:mint0, type:set, val:50 },
112
+   { loc:989, mod:m1, var:maxt0, type:set, val:65 },
113
+   { loc:989, mod:m1, var:mint1, type:set, val:70 },
114
+   { loc:989, mod:m1, var:maxt1, type:set, val:85 },
86 115
 	
87
-
88
-
116
+   { loc:1010, mod:m1, var:mint0, type:set, val:55 },
117
+   { loc:1010, mod:m1, var:maxt0, type:set, val:70 },
118
+   { loc:1010, mod:m1, var:mint1, type:set, val:65 },
119
+   { loc:1010, mod:m1, var:maxt1, type:set, val:70 },
120
+
121
+   { loc:1017, mod:m1, var:mint0, type:set, val:60 },
122
+   { loc:1017, mod:m1, var:maxt0, type:set, val:75 },
123
+   { loc:1017, mod:m1, var:mint1, type:set, val:60 },
124
+   { loc:1017, mod:m1, var:maxt1, type:set, val:75 },
125
+
126
+   { loc:1036, mod:m1, var:mint0, type:set, val:65 },
127
+   { loc:1036, mod:m1, var:maxt0, type:set, val:80 },
128
+   { loc:1036, mod:m1, var:mint1, type:set, val:55 },
129
+   { loc:1036, mod:m1, var:maxt1, type:set, val:70 },
130
+
131
+   { loc:1049, mod:m1, var:mint0, type:set, val:70 },
132
+   { loc:1049, mod:m1, var:maxt0, type:set, val:75 },
133
+   { loc:1049, mod:m1, var:mint1, type:set, val:50 },
134
+   { loc:1049, mod:m1, var:maxt1, type:set, val:65 },
135
+
136
+   //{ loc:1240, mod:m1, var:mint0, type:set, val:50 },
137
+   //{ loc:1240, mod:m1, var:maxt0, type:set, val:65 },
138
+   //{ loc:1240, mod:m1, var:mint1, type:set, val:70 },
139
+   //{ loc:1240, mod:m1, var:maxt1, type:set, val:85 },
89 140
 
90 141
   ]
91 142
 }

Loading…
Cancel
Save