瀏覽代碼

mod0.js:Modulator data file updates.

master
kevin 11 年之前
父節點
當前提交
0f117c03d3
共有 1 個檔案被更改,包括 39 行新增1 行删除
  1. 39
    1
      src/kc/data/mod0.js

+ 39
- 1
src/kc/data/mod0.js 查看文件

@@ -37,7 +37,44 @@ type: { vmin | emin | dmin | tmin | cmin | vmax | emax | dmax | tmax | cmax } da
37 37
 
38 38
    // 1
39 39
    { loc:-1, mod:m1, var:thr0, type:set, val:50 },
40
-   { loc:-1, mod:m1, var:thr1, 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 },
45
+   { loc:-1, mod:m1, var:maxu0, type:set, val:0.5 },
46
+   { loc:-1, mod:m1, var:minl0, type:set, val:0 },
47
+   { loc:-1, mod:m1, var:maxl0, type:set, val:3 },
48
+
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 },
52
+   { loc:-1, mod:m1, var:maxu1, type:set, val:0.5 },
53
+   { loc:-1, mod:m1, var:minl1, type:set, val:0 },
54
+   { loc:-1, mod:m1, var:maxl1, type:set, val:3 },
55
+
56
+
57
+  // 741: 4 1024 4 60 0 2
58
+  //      1 1024 4 65 0 2
59
+
60
+   //{ loc:741, mod:m1, var:thr0, type:set, val:60 },
61
+   //{ loc:741, mod:m1, var:thr1, type:set, val:65 },
62
+	  
63
+   { loc:741, mod:m1, var:mint0, type:set, val:55 },
64
+   { 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 },
67
+  
68
+
69
+  // 755: 4 2048 4 60 0 2
70
+  //      1 1024 4 65 0 2
71
+
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 },
76
+  
77
+   //{ loc:754, mod:m1, var:mod0, type:set, rate:100 val:4   },
41 78
 
42 79
 
43 80
    //{ loc:136, mod:m1, var:thr0, type:set, val:65 },
@@ -46,6 +83,7 @@ type: { vmin | emin | dmin | tmin | cmin | vmax | emax | dmax | tmax | cmax } da
46 83
    //{ loc:149, mod:m1, var:thr0, type:set, val:60 },
47 84
    //{ loc:149, mod:m1, var:thr1, type:set, val:60 },
48 85
 
86
+	
49 87
 
50 88
 
51 89
 

Loading…
取消
儲存