Browse Source

mod_simple_seq.js : Updates from 7/23/16 listening session.

master
kevin 7 years ago
parent
commit
2103d833a2
1 changed files with 259 additions and 22 deletions
  1. 259
    22
      src/kc/data/mod_simple_seq.js

+ 259
- 22
src/kc/data/mod_simple_seq.js View File

@@ -1,5 +1,135 @@
1 1
 {
2
- seq0:
2
+ seq_a:
3
+ [
4
+   { loc: -1 type:exec val:init }
5
+   { loc: -1           val:preset_dry }
6
+   { loc: 17           val:preset_a }
7
+   { loc: 47           val:preset_d }
8
+   { loc: 59           val:preset_g_1_a }
9
+   { loc: 78           val:preset_b }
10
+   { loc: 84           val:preset_g_1_d }
11
+   { loc: 95           val:preset_dry }
12
+   { loc: 99           val:preset_b }
13
+   { loc: 106          val:preset_g_a }
14
+   { loc: 131          val:preset_b }
15
+   { loc: 159          val:preset_a }
16
+   { loc: 174          val:preset_a }
17
+   { loc: 190          val:preset_b }
18
+   { loc: 232          val:preset_f_4 }
19
+   { loc: 239          val:preset_g_1_d }
20
+   { loc: 285          val:preset_dry }
21
+   { loc: 293          val:preset_f_3 }
22
+   { loc: 349          val:preset_f_4 }
23
+   { loc: 377          val:preset_g_1_a }
24
+   { loc: 379          val:preset_f_4 }
25
+   { loc: 390          val:preset_g_1_d }
26
+
27
+//   { loc: 390          val:preset_a }
28
+ 
29
+
30
+// { loc: 390          val:preset_c }
31
+// { loc: 390          val:preset_d }
32
+// { loc: 390          val:preset_f_1 }
33
+// { loc: 390          val:preset_g_1_a }
34
+
35
+// { loc: 390          val:preset_a }
36
+// { loc: 390          val:preset_b }
37
+// { loc: 390          val:preset_c }
38
+// { loc: 390          val:preset_d }
39
+// { loc: 390          val:preset_f_1 }
40
+// { loc: 390          val:preset_f_2 }
41
+// { loc: 390          val:preset_f_3 }
42
+// { loc: 390          val:preset_f_4 }
43
+// { loc: 390          val:preset_g }
44
+// { loc: 390          val:preset_g_a }
45
+// { loc: 390          val:preset_g_1_a }
46
+// { loc: 390          val:preset_g_1_d }
47
+
48
+ ]
49
+
50
+ seq_b :
51
+ [
52
+   { loc: -1 type:exec val:init }
53
+   { loc: -1           val:preset_dry }
54
+   { loc: 390          val:preset_b }    
55
+ ]
56
+
57
+ seq_c :
58
+ [
59
+   { loc: -1 type:exec val:init }
60
+   { loc: -1           val:preset_dry }
61
+   { loc: 390          val:preset_c }   
62
+ ]
63
+
64
+ seq_d :
65
+ [
66
+   { loc: -1 type:exec val:init }
67
+   { loc: -1           val:preset_dry }
68
+   { loc: 390          val:preset_d }   
69
+ ]
70
+
71
+ seq_f_1 :
72
+ [
73
+   { loc: -1 type:exec val:init }
74
+   { loc: -1           val:preset_dry }
75
+   { loc: 390          val:preset_f_1 }    
76
+ ]
77
+
78
+ seq_f_2 :
79
+ [
80
+   { loc: -1 type:exec val:init }
81
+   { loc: -1           val:preset_dry }
82
+   { loc: 390          val:preset_f_2 }   
83
+ ]
84
+
85
+ seq_f_3 :
86
+ [
87
+   { loc: -1 type:exec val:init }
88
+   { loc: -1           val:preset_dry }
89
+   { loc: 390          val:preset_f_3 }   
90
+ ]
91
+
92
+ seq_f_4 :
93
+ [
94
+   { loc: -1 type:exec val:init }
95
+   { loc: -1           val:preset_dry }
96
+   { loc: 390          val:preset_f_4 }    
97
+ ]
98
+
99
+ seq_g :
100
+ [
101
+   { loc: -1 type:exec val:init }
102
+   { loc: -1           val:preset_dry }
103
+   { loc: 390          val:preset_g }
104
+
105
+ ]
106
+
107
+ seq_g_a :
108
+ [
109
+   { loc: -1 type:exec val:init }
110
+   { loc: -1           val:preset_dry }
111
+   { loc: 390          val:preset_g_a }
112
+
113
+ ]
114
+
115
+ seq_g_1_d :
116
+ [
117
+   { loc: -1 type:exec val:init }
118
+   { loc: -1           val:preset_dry }
119
+   { loc: 390          val:preset_g_1_d }
120
+
121
+ ]
122
+
123
+ seq_g_1_a :
124
+ [
125
+   { loc: -1 type:exec val:init }
126
+   { loc: -1           val:preset_dry }
127
+   { loc: 390          val:preset_g_1_a }
128
+
129
+ ]
130
+
131
+/*
132
+ seq10:
3 133
  [
4 134
    { loc: -1 type:exec val:init }
5 135
    { loc: -1           val:preset_dry }
@@ -14,6 +144,7 @@
14 144
    { loc:106           val:preset_g_a }
15 145
    { loc:131           val:preset_b }
16 146
  ]
147
+*/
17 148
 
18 149
  init: 
19 150
  [
@@ -205,30 +336,136 @@
205 336
    {               var:wgain1             val: 1.75}
206 337
    {               var:sw1,               val:0 },	
207 338
    ]
208
-   
209
-// Preset G-1 D (Section 7)
210
-   preset_g_1_d:
339
+
340
+// Preset C
341
+
342
+   preset_c :
211 343
    [
212
-   { loc:-1 mod:m1    var:mod0,    type:set, val: 4 },
213
-   {                  var:thr0,              val: 40.0 },
214
-   {                  var:upr0,              val: -0.4 },
215
-   {                  var:lwr0,              val: 7.0  },
216
-   {                  var:off0,              val: 60.0 }
217
-   {                  var:cigain0,           val: 10.0  },
218
-   {                  var:wet0               val: 1.0 }
219
-   {                  var:wgain0,            val: 1.0  }
220
-   {                  var:sw0,               val:0 },	
344
+   { loc:-1 mod:m1      var:mod0,	type:set, val:1    },
345
+   {                    var:thr0,	type:set, val: 80.0},
346
+   {                    var:upr0,	type:set, val: -0.5},
347
+   {                    var:lwr0,	type:set, val:  5.0},
348
+   {                    var:cigain0,	type:set, val:11.0 },
349
+   {                    var:wet0        type:set, val: 1.0}
350
+   {                    var:sw0,        type:set, val:0 },	
221 351
 
222
-   {                  var:mod1,              val: 4 },
223
-   {                  var:thr1,              val: 34.0 },
224
-   {                  var:upr1,              val: -0.3 },
225
-   {                  var:lwr1,              val: 5.0  },
226
-   {                  var:off1,              val: 64.0 }
227
-   {                  var:cigain1,           val: 10.0  },
228
-   {                  var:wet1               val: 1.0 }
229
-   {                  var:wgain1,            val: 1.0  }
230
-   {                  var:sw1,               val:0 },	
352
+   {                    var:mod1        type:set, val:1    },
353
+   {                    var:thr1,	type:set, val: 80.0 },
354
+   {                    var:upr1,	type:set, val: -0.5},
355
+   {                    var:lwr1,	type:set, val:  5.0},
356
+   {                    var:cigain1,	type:set, val:11.0 },
357
+   {                    var:wet1        type:set, val: 1.0}
358
+   {                    var:sw1,        type:set, val:0 },	
359
+   ]
360
+
361
+// Preset F-1
362
+
363
+   preset_f_1 :
364
+   [
365
+   { loc:-1 mod:m1    var:mod0,    type:set, val: 1 },
366
+   {                  var:thr0,    type:set, val: 50.0 },
367
+   {                  var:upr0,    type:set, val: -3.0 },
368
+   {                  var:lwr0,    type:set, val: 1.0  },
369
+   {                  var:cigain0, type:set, val: 3.0  },
370
+   {                  var:wet0     type:set, val: 1.0 }
371
+   {                  var:sw0,     type:set, val:0 },	
372
+
373
+   {                  var:mod1,    type:set, val: 1 },
374
+   {                  var:thr1,    type:set, val: 50.0  },
375
+   {                  var:upr1,    type:set, val: -3.0 },
376
+   {                  var:lwr1,    type:set, val: 1.0   },
377
+   {                  var:cigain1, type:set, val: 3.0   },
378
+   {                  var:wet1     type:set, val: 1.0 }
379
+   {                  var:sw1,     type:set, val:0 },	
380
+   ]
381
+
382
+// Preset F-2
383
+
384
+   preset_f_2:
385
+   [
386
+   { loc:99 mod:m1    var:mod0,    type:set, val: 1 },
387
+   {                  var:thr0,    type:set, val: 60.0 },
388
+   {                  var:upr0,    type:set, val: -3.0 },
389
+   {                  var:lwr0,    type:set, val: 1.0  },
390
+   {                  var:cigain0, type:set, val: 3.0  },
391
+   {                  var:wet0     type:set, val: 1.0 }
392
+   {                  var:sw0,     type:set, val:0 },	
393
+
394
+   {                  var:mod1,    type:set, val: 1 },
395
+   {                  var:thr1,    type:set, val: 60.0  },
396
+   {                  var:upr1,    type:set, val: -3.0 },
397
+   {                  var:lwr1,    type:set, val: 1.0   },
398
+   {                  var:cigain1, type:set, val: 3.0   },
399
+   {                  var:wet1     type:set, val: 1.0 }
400
+   {                  var:sw1,     type:set, val:0 },	
231 401
    ]
402
+
403
+// Preset F-3
404
+
405
+   preset_f_3:
406
+   [
407
+   { loc:99 mod:m1    var:mod0,    type:set, val: 1 },
408
+   {                  var:thr0,    type:set, val: 55.0 },
409
+   {                  var:upr0,    type:set, val: -3.0 },
410
+   {                  var:lwr0,    type:set, val: 1.0  },
411
+   {                  var:cigain0, type:set, val: 3.0  },
412
+   {                  var:wet0     type:set, val: 1.0 }
413
+   {                  var:sw0,     type:set, val:0 },	
414
+
415
+   {                  var:mod1,    type:set, val: 1 },
416
+   {                  var:thr1,    type:set, val: 55.0  },
417
+   {                  var:upr1,    type:set, val: -3.0 },
418
+   {                  var:lwr1,    type:set, val: 1.0   },
419
+   {                  var:cigain1, type:set, val: 3.0   },
420
+   {                  var:wet1     type:set, val: 1.0 }
421
+   {                  var:sw1,     type:set, val:0 },	
422
+   ]
423
+
424
+// Preset F-4
425
+
426
+   preset_f_4:
427
+   [
428
+   { loc:99 mod:m1    var:mod0,    type:set, val: 1 },
429
+   {                  var:thr0,    type:set, val: 55.0 },
430
+   {                  var:upr0,    type:set, val: -5.0 },
431
+   {                  var:lwr0,    type:set, val: 1.0  },
432
+   {                  var:cigain0, type:set, val: 3.0  },
433
+   {                  var:wet0     type:set, val: 1.0 }
434
+   {                  var:sw0,     type:set, val:0 },	
435
+
436
+   {                  var:mod1,    type:set, val: 1 },
437
+   {                  var:thr1,    type:set, val: 55.0  },
438
+   {                  var:upr1,    type:set, val: -5.0 },
439
+   {                  var:lwr1,    type:set, val: 1.0   },
440
+   {                  var:cigain1, type:set, val: 3.0   },
441
+   {                  var:wet1     type:set, val: 1.0 }
442
+   {                  var:sw1,     type:set, val:0 },	
443
+   ]
444
+
445
+// Preset G
446
+
447
+   preset_g:
448
+   [
449
+   { loc:99 mod:m1    var:mod0,    type:set, val: 4 },
450
+   {                  var:thr0,    type:set, val: 60.0 },
451
+   {                  var:upr0,    type:set, val: -0.7 },
452
+   {                  var:lwr0,    type:set, val: 8.0  },
453
+   {                  var:off0,    type:set, val: 20.0 }
454
+   {                  var:cigain0, type:set, val: 10.0  },
455
+   {                  var:wet0     type:set, val: 1.0 }
456
+   {                  var:sw0,     type:set, val:0 },	
457
+
458
+   {                  var:mod1,    type:set, val: 4 },
459
+   {                  var:thr1,    type:set, val: 64.0 },
460
+   {                  var:upr1,    type:set, val: -0.7 },
461
+   {                  var:lwr1,    type:set, val: 8.0  },
462
+   {                  var:off1,    type:set, val: 20.0 }
463
+   {                  var:cigain1, type:set, val: 10.0  },
464
+   {                  var:wet1     type:set, val: 1.0 }
465
+   {                  var:sw1,     type:set, val:0 },	
466
+   ]
467
+
468
+
232 469
    
233 470
 //  Dry  (Section 8 - Meas 7)
234 471
    preset_dry :

Loading…
Cancel
Save