Browse Source

mod0.js : Added 'sw0' and 'sw1' variables to generate a cross fade.

master
kevin 11 years ago
parent
commit
d9271ae66e
1 changed files with 20 additions and 7 deletions
  1. 20
    7
      src/kc/data/mod0.js

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

62
    { loc:8, mod:m1, var:maxt0, type:set, val:60 },
62
    { loc:8, mod:m1, var:maxt0, type:set, val:60 },
63
    { loc:8, mod:m1, var:mint1, type:set, val:75 },
63
    { loc:8, mod:m1, var:mint1, type:set, val:75 },
64
    { loc:8, mod:m1, var:maxt1, type:set, val:85 },
64
    { loc:8, mod:m1, var:maxt1, type:set, val:85 },
65
-   { loc:9 mod:m1, var:mod0, type:set, val:4 },
66
-   { loc:9 mod:m1, var:mod1, type:set, val:4 },
65
+   { loc:9  mod:m1, var:mod0,  type:set, val:4 },
66
+   { loc:9  mod:m1, var:mod1,  type:set, val:4 },
67
 
67
 
68
+
69
+   // NOTE: Use sw0/1 to switch the xfade channels just before sending new parameters.
70
+   { loc:14 mod:m1, var:sw0,   type:set, val:1 },	
71
+   { loc:14 mod:m1, var:sw1,   type:set, val:1 },	
72
+   { loc:14 mod:m1, var:mod0,  type:set, val:1 },
73
+   { loc:14 mod:m1, var:mod1,  type:set, val:1 },
74
+
75
+   { loc:17 mod:m1, var:sw0,   type:set, val:4 },	
76
+   { loc:17 mod:m1, var:sw1,   type:set, val:4 },	
77
+   { loc:17 mod:m1, var:mod0,  type:set, val:4 },
78
+   { loc:17 mod:m1, var:mod1,  type:set, val:4 },
79
+
80
+   
68
    { loc:24, mod:m1, var:mint0, type:set, val:75 },
81
    { loc:24, mod:m1, var:mint0, type:set, val:75 },
69
    { loc:24, mod:m1, var:maxt0, type:set, val:85 },
82
    { loc:24, mod:m1, var:maxt0, type:set, val:85 },
70
    { loc:24, mod:m1, var:mint1, type:set, val:50 },
83
    { loc:24, mod:m1, var:mint1, type:set, val:50 },
71
    { loc:24, mod:m1, var:maxt1, type:set, val:60 },
84
    { loc:24, mod:m1, var:maxt1, type:set, val:60 },
72
-   { loc:25 mod:m1, var:mod0, type:set, val:2 },
73
-   { loc:25 mod:m1, var:mod1, type:set, val:2 },
85
+   { loc:25  mod:m1, var:mod0,  type:set, val:2 },
86
+   { loc:25  mod:m1, var:mod1,  type:set, val:2 },
74
 
87
 
75
 
88
 
76
    { loc:35, mod:m1, var:mint0, type:set, val:50 },
89
    { loc:35, mod:m1, var:mint0, type:set, val:50 },
77
    { loc:35, mod:m1, var:maxt0, type:set, val:60 },
90
    { loc:35, mod:m1, var:maxt0, type:set, val:60 },
78
    { loc:35, mod:m1, var:mint1, type:set, val:75 },
91
    { loc:35, mod:m1, var:mint1, type:set, val:75 },
79
-   { loc:35,  mod:m1, var:maxt1, type:set, val:85 },
80
-   { loc:36 mod:m1, var:mod0, type:set, val:1},
81
-   { loc:36 mod:m1, var:mod1, type:set, val:1 },
92
+   { loc:35, mod:m1, var:maxt1, type:set, val:85 },
93
+   { loc:36  mod:m1, var:mod0,  type:set, val:1},
94
+   { loc:36  mod:m1, var:mod1,  type:set, val:1 },
82
 
95
 
83
 
96
 
84
    //{ loc:9 mod:m1, var:thr1, type:line, dur:3 rate:50 end:75},
97
    //{ loc:9 mod:m1, var:thr1, type:line, dur:3 rate:50 end:75},

Loading…
Cancel
Save