Browse Source

Update mod_simple_seq_2u.js to include minX0 and minX1 where X=c,e,m.

master
kevin larke 7 years ago
parent
commit
c9e83bdf19
2 changed files with 41 additions and 6 deletions
  1. 29
    6
      src/kc/data/mod_simple_0.js
  2. 12
    0
      src/kc/data/mod_simple_seq_2u.js

+ 29
- 6
src/kc/data/mod_simple_0.js View File

9
    { loc:-1, mod:m1, var:hop0, type:set, rate:100, val:3 },
9
    { loc:-1, mod:m1, var:hop0, type:set, rate:100, val:3 },
10
    { loc:-1, mod:m1, var:hop1, type:set, rate:100, val:3 },
10
    { loc:-1, mod:m1, var:hop1, type:set, rate:100, val:3 },
11
 
11
 
12
-   { loc:-1, mod:m1, var:mod0, type:set, val:1   },
13
-   { loc:-1, mod:m1, var:mod1, type:set, val:1  },
12
+
13
+   { loc:-1, mod:m1, var:ceil0, type:set, val:30 },
14
+   { loc:-1, mod:m1, var:ceil1, type:set, val:30 },
15
+   { loc:-1, mod:m1, var:expo0, type:set, val:2.0 },
16
+   { loc:-1, mod:m1, var:expo1, type:set, val:2.0 },
17
+   { loc:-1, mod:m1, var:mix0,  type:set, val:0.0 },
18
+   { loc:-1, mod:m1, var:mix1,  type:set, val:0.0 },
14
 
19
 
15
    { loc:-1, mod:m1, var:thr0, type:set, val:65 },
20
    { loc:-1, mod:m1, var:thr0, type:set, val:65 },
16
    { loc:-1, mod:m1, var:thr1, type:set, val:65 },
21
    { loc:-1, mod:m1, var:thr1, type:set, val:65 },
17
-
18
    { loc:-1, mod:m1, var:upr0, type:set, val:0 },
22
    { loc:-1, mod:m1, var:upr0, type:set, val:0 },
19
    { loc:-1, mod:m1, var:upr1, type:set, val:0 },
23
    { loc:-1, mod:m1, var:upr1, type:set, val:0 },
20
    { loc:-1, mod:m1, var:lwr0, type:set, val:2.0 },
24
    { loc:-1, mod:m1, var:lwr0, type:set, val:2.0 },
21
    { loc:-1, mod:m1, var:lwr1, type:set, val:2.0 },
25
    { loc:-1, mod:m1, var:lwr1, type:set, val:2.0 },
22
-   
23
-   { loc:-1, mod:m1, var:off0, type:set, val:20 },
24
-   { loc:-1, mod:m1, var:off1, type:set, val:20 },
25
 
26
 
27
+   {                 var:wet0,           val:0.0 },
28
+   {                 var:wet1,           val:0.0 },
29
+
30
+   { loc:-1, mod:m1, var:minc0, type:set, val:10 },
31
+   { loc:-1, mod:m1, var:maxc0, type:set, val:50 },
32
+   { loc:-1, mod:m1, var:mine0, type:set, val:1.0 },
33
+   { loc:-1, mod:m1, var:maxe0, type:set, val:4.0 },
34
+   { loc:-1, mod:m1, var:minm0, type:set, val:0 },
35
+   { loc:-1, mod:m1, var:maxm0, type:set, val:1.0 },
36
+   
26
    { loc:-1, mod:m1, var:mint0, type:set, val:55 },
37
    { loc:-1, mod:m1, var:mint0, type:set, val:55 },
27
    { loc:-1, mod:m1, var:maxt0, type:set, val:85 },
38
    { loc:-1, mod:m1, var:maxt0, type:set, val:85 },
28
    { loc:-1, mod:m1, var:minu0, type:set, val:0.0 },
39
    { loc:-1, mod:m1, var:minu0, type:set, val:0.0 },
33
    { loc:-1, mod:m1, var:maxo0, type:set, val:100.0 },
44
    { loc:-1, mod:m1, var:maxo0, type:set, val:100.0 },
34
 
45
 
35
 
46
 
47
+   { loc:-1, mod:m1, var:minc1, type:set, val:10 },
48
+   { loc:-1, mod:m1, var:maxc1, type:set, val:50 },
49
+   { loc:-1, mod:m1, var:mine1, type:set, val:1.0 },
50
+   { loc:-1, mod:m1, var:maxe1, type:set, val:4.0 },
51
+   { loc:-1, mod:m1, var:minm1, type:set, val:0 },
52
+   { loc:-1, mod:m1, var:maxm1, type:set, val:1.0 },
36
    { loc:-1, mod:m1, var:mint1, type:set, val:55 },
53
    { loc:-1, mod:m1, var:mint1, type:set, val:55 },
37
    { loc:-1, mod:m1, var:maxt1, type:set, val:85 },
54
    { loc:-1, mod:m1, var:maxt1, type:set, val:85 },
38
    { loc:-1, mod:m1, var:minu1, type:set, val:0.0 },
55
    { loc:-1, mod:m1, var:minu1, type:set, val:0.0 },
65
    { loc:-1, mod:m1, var:cmakeup1, type:set, val:1.0 },
82
    { loc:-1, mod:m1, var:cmakeup1, type:set, val:1.0 },
66
    { loc:-1, mod:m1, var:cwndms1,  type:set, val:200 },
83
    { loc:-1, mod:m1, var:cwndms1,  type:set, val:200 },
67
 
84
 
85
+
86
+   {                 var:dgain0,             val:1.0 },
87
+   {                 var:dgain1,             val:1.0 },
88
+   {                 var:wgain0,             val:1.0 },
89
+   {                 var:wgain1,             val:1.0 },
90
+
68
 /*
91
 /*
69
    { loc:10 mod:m1, var:mod0, type:set, val:1    },
92
    { loc:10 mod:m1, var:mod0, type:set, val:1    },
70
    {                var:thr0, type:set, val: 80.0},
93
    {                var:thr0, type:set, val: 80.0},

+ 12
- 0
src/kc/data/mod_simple_seq_2u.js View File

893
    {                 var:wet0,           val:0.0 },
893
    {                 var:wet0,           val:0.0 },
894
    {                 var:wet1,           val:0.0 },
894
    {                 var:wet1,           val:0.0 },
895
 
895
 
896
+   {                 var:minc0,           val:10 },
897
+   {                 var:maxc0,           val:50 },
898
+   {                 var:mine0,           val:1.0 },
899
+   {                 var:maxe0,           val:4.0 },
900
+   {                 var:minm0,           val:0 },
901
+   {                 var:maxm0,           val:1.0 },
896
    {                 var:mint0,           val:55 },
902
    {                 var:mint0,           val:55 },
897
    {                 var:maxt0,           val:85 },
903
    {                 var:maxt0,           val:85 },
898
    {                 var:minu0,           val:0.0 },
904
    {                 var:minu0,           val:0.0 },
903
    {                 var:maxo0,           val:100.0 },
909
    {                 var:maxo0,           val:100.0 },
904
 
910
 
905
 
911
 
912
+   {                 var:minc1,           val:10 },
913
+   {                 var:maxc1,           val:50 },
914
+   {                 var:mine1,           val:1.0 },
915
+   {                 var:maxe1,           val:4.0 },
916
+   {                 var:minm1,           val:0 },
917
+   {                 var:maxm1,           val:1.0 },
906
    {                 var:mint1,           val:55 },
918
    {                 var:mint1,           val:55 },
907
    {                 var:maxt1,           val:85 },
919
    {                 var:maxt1,           val:85 },
908
    {                 var:minu1,           val:0.0 },
920
    {                 var:minu1,           val:0.0 },

Loading…
Cancel
Save