Explorar el Código

Added use of 'post' msg to cause active xfade channel to switch after

each scMod variable transmission.
master
kevin hace 11 años
padre
commit
2aba4c6dc9
Se han modificado 1 ficheros con 36 adiciones y 2 borrados
  1. 36
    2
      src/kc/data/mod0.js

+ 36
- 2
src/kc/data/mod0.js Ver fichero

@@ -58,8 +58,8 @@
58 58
    { loc:-1, mod:m1, var:xfad, type:set, val:10.0 },
59 59
 
60 60
 
61
-   //{ loc:9 mod:m1, var:mod0, type:set, val:1 },
62
-   //{ loc:9 mod:m1, var:mod1, type:set, val:1 },
61
+
62
+   //{ loc:9 mod:m1, var:thr1, type:line, dur:3 rate:50 end:75},
63 63
 
64 64
   // 741: 4 1024 4 60 0 2
65 65
   //      1 1024 4 65 0 2
@@ -157,12 +157,14 @@
157 157
    { loc:822, mod:m1, var:mint1, type:set, val:60 },
158 158
    { loc:822, mod:m1, var:maxt1, type:set, val:68 },
159 159
 
160
+
160 161
    // 44
161 162
    { loc:838, mod:m1, var:mint0, type:set, val:70 },
162 163
    { loc:838, mod:m1, var:maxt0, type:set, val:80 },
163 164
    { loc:838, mod:m1, var:mint1, type:set, val:70 },
164 165
    { loc:838, mod:m1, var:maxt1, type:set, val:85 },
165 166
    { loc:838, mod:m1, var:xfad,  type:set, val:2000 },
167
+
166 168
    { loc:839, mod:m1, var:mod0, type:set, val:1  }, 
167 169
    { loc:839, mod:m1, var:mod1, type:set, val:1  }, 
168 170
    { loc:839, mod:m1, var:upr0, type:set, val:-.2  }, 
@@ -170,6 +172,38 @@
170 172
    { loc:839, mod:m1, var:lwr0, type:set, val:3  }, 
171 173
    { loc:839, mod:m1, var:lwr1, type:set, val:2.7  }, 
172 174
 
175
+   /*
176
+   //*****
177
+   { loc:840, mod:m1, var:xfad,  type:set, val:10 },
178
+   { loc:840, mod:m1, type:post, val:1 },
179
+   { loc:841, mod:m1, var:thr0, type:set, val:60  }, 
180
+   { loc:842, mod:m1, var:thr0, type:set, val:80  }, 
181
+   { loc:843, mod:m1, var:thr0, type:set, val:60  }, 
182
+   { loc:844, mod:m1, var:thr0, type:set, val:80  }, 
183
+   { loc:845, mod:m1, var:thr0, type:set, val:60  }, 
184
+   { loc:846, mod:m1, var:thr0, type:set, val:80  }, 
185
+   { loc:847, mod:m1, var:thr0, type:set, val:60  }, 
186
+   { loc:848, mod:m1, var:thr0, type:set, val:80  }, 
187
+   { loc:849, mod:m1, var:thr0, type:set, val:60  }, 
188
+   { loc:850, mod:m1, var:thr0, type:set, val:80  }, 
189
+   { loc:851, mod:m1, var:thr0, type:set, val:60  }, 
190
+
191
+   { loc:840, mod:m1, var:thr1, type:set, val:80  }, 
192
+   { loc:841, mod:m1, var:thr1, type:set, val:60  }, 
193
+   { loc:842, mod:m1, var:thr1, type:set, val:80  }, 
194
+   { loc:843, mod:m1, var:thr1, type:set, val:60  }, 
195
+   { loc:844, mod:m1, var:thr1, type:set, val:80  }, 
196
+   { loc:845, mod:m1, var:thr1, type:set, val:60  }, 
197
+   { loc:845, mod:m1, var:thr1, type:set, val:80  }, 
198
+   { loc:847, mod:m1, var:thr1, type:set, val:60  }, 
199
+   { loc:848, mod:m1, var:thr1, type:set, val:80  }, 
200
+   { loc:849, mod:m1, var:thr1, type:set, val:60  }, 
201
+   { loc:850, mod:m1, var:thr1, type:set, val:80  }, 
202
+   { loc:851, mod:m1, var:thr1, type:set, val:60  }, 
203
+   { loc:840, mod:m1, type:post, val:0 },
204
+   //*****
205
+   */
206
+
173 207
    //{ loc:136, mod:m1, var:thr0, type:set, val:65 },
174 208
    //{ loc:136, mod:m1, var:thr1, type:set, val:65 },
175 209
 

Loading…
Cancelar
Guardar