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

This commit is contained in:
kevin 2016-07-23 13:08:45 -04:00
parent 1e0259da70
commit 2103d833a2

View File

@ -1,5 +1,135 @@
{ {
seq0: seq_a:
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 17 val:preset_a }
{ loc: 47 val:preset_d }
{ loc: 59 val:preset_g_1_a }
{ loc: 78 val:preset_b }
{ loc: 84 val:preset_g_1_d }
{ loc: 95 val:preset_dry }
{ loc: 99 val:preset_b }
{ loc: 106 val:preset_g_a }
{ loc: 131 val:preset_b }
{ loc: 159 val:preset_a }
{ loc: 174 val:preset_a }
{ loc: 190 val:preset_b }
{ loc: 232 val:preset_f_4 }
{ loc: 239 val:preset_g_1_d }
{ loc: 285 val:preset_dry }
{ loc: 293 val:preset_f_3 }
{ loc: 349 val:preset_f_4 }
{ loc: 377 val:preset_g_1_a }
{ loc: 379 val:preset_f_4 }
{ loc: 390 val:preset_g_1_d }
// { loc: 390 val:preset_a }
// { loc: 390 val:preset_c }
// { loc: 390 val:preset_d }
// { loc: 390 val:preset_f_1 }
// { loc: 390 val:preset_g_1_a }
// { loc: 390 val:preset_a }
// { loc: 390 val:preset_b }
// { loc: 390 val:preset_c }
// { loc: 390 val:preset_d }
// { loc: 390 val:preset_f_1 }
// { loc: 390 val:preset_f_2 }
// { loc: 390 val:preset_f_3 }
// { loc: 390 val:preset_f_4 }
// { loc: 390 val:preset_g }
// { loc: 390 val:preset_g_a }
// { loc: 390 val:preset_g_1_a }
// { loc: 390 val:preset_g_1_d }
]
seq_b :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_b }
]
seq_c :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_c }
]
seq_d :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_d }
]
seq_f_1 :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_f_1 }
]
seq_f_2 :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_f_2 }
]
seq_f_3 :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_f_3 }
]
seq_f_4 :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_f_4 }
]
seq_g :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_g }
]
seq_g_a :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_g_a }
]
seq_g_1_d :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_g_1_d }
]
seq_g_1_a :
[
{ loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry }
{ loc: 390 val:preset_g_1_a }
]
/*
seq10:
[ [
{ loc: -1 type:exec val:init } { loc: -1 type:exec val:init }
{ loc: -1 val:preset_dry } { loc: -1 val:preset_dry }
@ -14,6 +144,7 @@
{ loc:106 val:preset_g_a } { loc:106 val:preset_g_a }
{ loc:131 val:preset_b } { loc:131 val:preset_b }
] ]
*/
init: init:
[ [
@ -206,30 +337,136 @@
{ var:sw1, val:0 }, { var:sw1, val:0 },
] ]
// Preset G-1 D (Section 7) // Preset C
preset_g_1_d:
[
{ loc:-1 mod:m1 var:mod0, type:set, val: 4 },
{ var:thr0, val: 40.0 },
{ var:upr0, val: -0.4 },
{ var:lwr0, val: 7.0 },
{ var:off0, val: 60.0 }
{ var:cigain0, val: 10.0 },
{ var:wet0 val: 1.0 }
{ var:wgain0, val: 1.0 }
{ var:sw0, val:0 },
{ var:mod1, val: 4 }, preset_c :
{ var:thr1, val: 34.0 }, [
{ var:upr1, val: -0.3 }, { loc:-1 mod:m1 var:mod0, type:set, val:1 },
{ var:lwr1, val: 5.0 }, { var:thr0, type:set, val: 80.0},
{ var:off1, val: 64.0 } { var:upr0, type:set, val: -0.5},
{ var:cigain1, val: 10.0 }, { var:lwr0, type:set, val: 5.0},
{ var:wet1 val: 1.0 } { var:cigain0, type:set, val:11.0 },
{ var:wgain1, val: 1.0 } { var:wet0 type:set, val: 1.0}
{ var:sw1, val:0 }, { var:sw0, type:set, val:0 },
{ var:mod1 type:set, val:1 },
{ var:thr1, type:set, val: 80.0 },
{ var:upr1, type:set, val: -0.5},
{ var:lwr1, type:set, val: 5.0},
{ var:cigain1, type:set, val:11.0 },
{ var:wet1 type:set, val: 1.0}
{ var:sw1, type:set, val:0 },
] ]
// Preset F-1
preset_f_1 :
[
{ loc:-1 mod:m1 var:mod0, type:set, val: 1 },
{ var:thr0, type:set, val: 50.0 },
{ var:upr0, type:set, val: -3.0 },
{ var:lwr0, type:set, val: 1.0 },
{ var:cigain0, type:set, val: 3.0 },
{ var:wet0 type:set, val: 1.0 }
{ var:sw0, type:set, val:0 },
{ var:mod1, type:set, val: 1 },
{ var:thr1, type:set, val: 50.0 },
{ var:upr1, type:set, val: -3.0 },
{ var:lwr1, type:set, val: 1.0 },
{ var:cigain1, type:set, val: 3.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
]
// Preset F-2
preset_f_2:
[
{ loc:99 mod:m1 var:mod0, type:set, val: 1 },
{ var:thr0, type:set, val: 60.0 },
{ var:upr0, type:set, val: -3.0 },
{ var:lwr0, type:set, val: 1.0 },
{ var:cigain0, type:set, val: 3.0 },
{ var:wet0 type:set, val: 1.0 }
{ var:sw0, type:set, val:0 },
{ var:mod1, type:set, val: 1 },
{ var:thr1, type:set, val: 60.0 },
{ var:upr1, type:set, val: -3.0 },
{ var:lwr1, type:set, val: 1.0 },
{ var:cigain1, type:set, val: 3.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
]
// Preset F-3
preset_f_3:
[
{ loc:99 mod:m1 var:mod0, type:set, val: 1 },
{ var:thr0, type:set, val: 55.0 },
{ var:upr0, type:set, val: -3.0 },
{ var:lwr0, type:set, val: 1.0 },
{ var:cigain0, type:set, val: 3.0 },
{ var:wet0 type:set, val: 1.0 }
{ var:sw0, type:set, val:0 },
{ var:mod1, type:set, val: 1 },
{ var:thr1, type:set, val: 55.0 },
{ var:upr1, type:set, val: -3.0 },
{ var:lwr1, type:set, val: 1.0 },
{ var:cigain1, type:set, val: 3.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
]
// Preset F-4
preset_f_4:
[
{ loc:99 mod:m1 var:mod0, type:set, val: 1 },
{ var:thr0, type:set, val: 55.0 },
{ var:upr0, type:set, val: -5.0 },
{ var:lwr0, type:set, val: 1.0 },
{ var:cigain0, type:set, val: 3.0 },
{ var:wet0 type:set, val: 1.0 }
{ var:sw0, type:set, val:0 },
{ var:mod1, type:set, val: 1 },
{ var:thr1, type:set, val: 55.0 },
{ var:upr1, type:set, val: -5.0 },
{ var:lwr1, type:set, val: 1.0 },
{ var:cigain1, type:set, val: 3.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
]
// Preset G
preset_g:
[
{ loc:99 mod:m1 var:mod0, type:set, val: 4 },
{ var:thr0, type:set, val: 60.0 },
{ var:upr0, type:set, val: -0.7 },
{ var:lwr0, type:set, val: 8.0 },
{ var:off0, type:set, val: 20.0 }
{ var:cigain0, type:set, val: 10.0 },
{ var:wet0 type:set, val: 1.0 }
{ var:sw0, type:set, val:0 },
{ var:mod1, type:set, val: 4 },
{ var:thr1, type:set, val: 64.0 },
{ var:upr1, type:set, val: -0.7 },
{ var:lwr1, type:set, val: 8.0 },
{ var:off1, type:set, val: 20.0 }
{ var:cigain1, type:set, val: 10.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
]
// Dry (Section 8 - Meas 7) // Dry (Section 8 - Meas 7)
preset_dry : preset_dry :
[ [