mod_simple.js : Has initial presets A-G.

This commit is contained in:
kevin 2016-07-06 18:58:36 -04:00
parent 325a5ddfd4
commit 24db582ab4

View File

@ -3,7 +3,7 @@
[ [
// wnd len:1=512 2=1024 3=2048 4=4096 5=8192 // wnd len:1=512 2=1024 3=2048 4=4096 5=8192
{ loc:-1, mod:m1, var:win0, type:set, rate:100, val:3 }, { loc:-1, mod:m1, var:win0, type:set, rate:100, val:3 },
{ loc:-1, mod:m1, var:win1, type:set, rate:100, val:3 }, { loc:-1, mod:m1, var:win1, type:set, rate:100, val:2 },
// hop: 1=1 2=2 3=4 4=8 5=16 // hop: 1=1 2=2 3=4 4=8 5=16
{ loc:-1, mod:m1, var:hop0, type:set, rate:100, val:3 }, { loc:-1, mod:m1, var:hop0, type:set, rate:100, val:3 },
@ -23,6 +23,9 @@
{ loc:-1, mod:m1, var:off0, type:set, val:20 }, { loc:-1, mod:m1, var:off0, type:set, val:20 },
{ loc:-1, mod:m1, var:off1, type:set, val:20 }, { loc:-1, mod:m1, var:off1, type:set, val:20 },
{ loc:-1, mod:m1, var:wet0, type:set, val:0.0 },
{ loc:-1, mod:m1, var:wet1, type:set, val:0.0 },
{ loc:-1, mod:m1, var:mint0, type:set, val:55 }, { loc:-1, mod:m1, var:mint0, type:set, val:55 },
{ loc:-1, mod:m1, var:maxt0, type:set, val:85 }, { loc:-1, mod:m1, var:maxt0, type:set, val:85 },
{ loc:-1, mod:m1, var:minu0, type:set, val:0.0 }, { loc:-1, mod:m1, var:minu0, type:set, val:0.0 },
@ -47,10 +50,11 @@
{ loc:-1, mod:m1, var:xfad1, type:set, val:100.0 }, { loc:-1, mod:m1, var:xfad1, type:set, val:100.0 },
{ loc:-1 mod:m1, var:sw1, type:decl, val:1 }, { loc:-1 mod:m1, var:sw1, type:decl, val:1 },
// compressor
{ loc:-1, mod:m1, var:cbyp0, type:set, val:0.0 }, { loc:-1, mod:m1, var:cbyp0, type:set, val:0.0 },
{ loc:-1, mod:m1, var:cigain0, type:set, val:3.0 }, { loc:-1, mod:m1, var:cigain0, type:set, val:3.0 },
{ loc:-1, mod:m1, var:cthrsh0, type:set, val:-40.0 }, { loc:-1, mod:m1, var:cthrsh0, type:set, val:-20.0 },
{ loc:-1, mod:m1, var:cratio0, type:set, val:10.0 }, { loc:-1, mod:m1, var:cratio0, type:set, val:2.0 },
{ loc:-1, mod:m1, var:catkms0, type:set, val:20.0 }, { loc:-1, mod:m1, var:catkms0, type:set, val:20.0 },
{ loc:-1, mod:m1, var:crlsms0, type:set, val:1000.0 }, { loc:-1, mod:m1, var:crlsms0, type:set, val:1000.0 },
{ loc:-1, mod:m1, var:cmakeup0, type:set, val:1.0 }, { loc:-1, mod:m1, var:cmakeup0, type:set, val:1.0 },
@ -58,43 +62,358 @@
{ loc:-1, mod:m1, var:cbyp1, type:set, val:0.0 }, { loc:-1, mod:m1, var:cbyp1, type:set, val:0.0 },
{ loc:-1, mod:m1, var:cigain1, type:set, val:3.0 }, { loc:-1, mod:m1, var:cigain1, type:set, val:3.0 },
{ loc:-1, mod:m1, var:cthrsh1, type:set, val:-40.0 }, { loc:-1, mod:m1, var:cthrsh1, type:set, val:-20.0 },
{ loc:-1, mod:m1, var:cratio1, type:set, val:10.0 }, { loc:-1, mod:m1, var:cratio1, type:set, val:2.0 },
{ loc:-1, mod:m1, var:catkms1, type:set, val:20.0 }, { loc:-1, mod:m1, var:catkms1, type:set, val:20.0 },
{ loc:-1, mod:m1, var:crlsms1, type:set, val:1000.0 }, { loc:-1, mod:m1, var:crlsms1, type:set, val:1000.0 },
{ loc:-1, mod:m1, var:cmakeup1, type:set, val:1.0 }, { loc:-1, mod:m1, var:cmakeup1, type:set, val:1.0 },
{ loc:-1, mod:m1, var:cwndms1, type:set, val:200 }, { loc:-1, mod:m1, var:cwndms1, type:set, val:200 },
{ loc:-1, mod:m1, var:dgain0, type:set, val:1.0 },
{ loc:10 mod:m1, var:mod0, type:set, val:4 }, { loc:-1, mod:m1, var:dgain1, type:set, val:1.0 },
{ var:thr0, type:set, val: 50.0}, { loc:-1, mod:m1, var:wgain0, type:set, val:1.0 },
{ var:upr0, type:set, val: -0.7}, { loc:-1, mod:m1, var:wgain1, type:set, val:1.0 },
{ var:lwr0, type:set, val: 2.0},
{ var:off0, type:set, val: 30.0}, // Default
{ var:cigain0, type:set, val:10.0 },
// { var:sw0, type:set, val:0 },
{ var:mod1, type:set, val:4 },
{ var:thr1, type:set, val: 54.0 },
{ var:upr1, type:set, val: -0.7 },
{ var:lwr1, type:set, val: 2.0},
{ var:off1, type:set, val: 30.0},
{ var:cigain1, type:set, val:10.0 },
// { var:sw1, type:set, val:0 },
/* /*
{ loc:-1 mod:m1, var:thr0, type:set, val: 80.0}, { loc:99 mod:m1 var:mod0, type:set, val:1 },
{ var:upr0, type:set, val: -0.5}, { var:cigain0, type:set, val: 5.0 },
{ var:lwr0, type:set, val: 5.0}, { var:wet0 type:set, val: 1.0}
{ var:cigain0, type:set, val:11.0 }, { var:sw0, type:set, val:0 },
{ var:sw0, type:set, val:1 },
{ var:thr1, type:set, val: 80.0 }, { var:mod1 type:set, val:1 },
{ var:upr1, type:set, val: -0.5}, { var:cigain1, type:set, val: 5.0 },
{ var:lwr1, type:set, val: 5.0}, { var:wet1 type:set, val: 1.0}
{ var:cigain1, type:set, val:11.0 }, { var:sw1, type:set, val:0 },
{ var:sw1, type:set, val:1 },
*/ */
// Preset A
/*
{ loc:774 mod:m1, var:mod0, type:set, val: 1 },
{ var:thr0, type:set, val: 60.0 },
{ var:upr0, type:set, val: -1.1 },
{ var:lwr0, type:set, val: 2.0 },
{ var:cbyp0, type:set, val: 0.0 },
{ var:cigain0, type:set, val: 6.0 },
{ var:wet0 type:set, val: 1.0}
{ var:wgain0, type:set, val: 1.75 }
{ var:sw0, type:set, val:0 },
{ var:mod1, type:set, val: 1 },
{ var:thr1, type:set, val: 60.0 },
{ var:upr1, type:set, val: -0.99 },
{ var:lwr1, type:set, val: 2.0 },
{ var:cbyp1, type:set, val: 0.0 },
{ var:cigain1, type:set, val: 6.0 },
{ var:wet1 type:set, val: 1.0}
{ var:wgain1, type:set, val: 1.75 }
{ var:sw1, type:set, val:0 },
*/
// Preset C
/*
{ loc:99 mod:m1 var:mod0, type:set, val:1 },
{ var:thr0, type:set, val: 80.0},
{ var:upr0, type:set, val: -0.5},
{ var:lwr0, type:set, val: 5.0},
{ var:cigain0, type:set, val:11.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: 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 C-1 (compressor pumps)
/*
{ loc:99 mod:m1 var:mod0, type:set, val:1 },
{ var:thr0, type:set, val: 70.0},
{ var:upr0, type:set, val: -0.7},
{ var:lwr0, type:set, val: 5.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:1 },
{ var:thr1, type:set, val: 70.0 },
{ var:upr1, type:set, val: -0.7},
{ 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 D -
/*
{ loc:99 mod:m1 var:mod0, type:set, val: 1 },
{ var:thr0, type:set, val: 70.0 },
{ var:upr0, type:set, val: -3.9 },
{ var:lwr0, type:set, val: 4.0 },
{ var:cigain0, type:set, val: 9.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: 70.0 },
{ var:upr1, type:set, val: -4.5 },
{ var:lwr1, type:set, val: 4.0 },
{ var:cigain1, type:set, val: 9.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
*/
// Preset E - buzzing
/*
{ loc:99 mod:m1 var:mod0, type:set, val: 4 },
{ var:thr0, type:set, val: 55.0 },
{ var:upr0, type:set, val: 0.0 },
{ var:lwr0, type:set, val: 2.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: 4 },
{ var:thr1, type:set, val: 55.0 },
{ var:upr1, type:set, val: 0.0 },
{ var:lwr1, type:set, val: -2.0 },
{ var:cigain1, type:set, val: 3.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
*/
// Preset F-1
/*
{ loc:99 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
/*
{ 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
/*
{ 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
/*
{ 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
/*
{ 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 },
*/
// Preset G (a)
/*
{ loc:99 mod:m1 var:mod0, type:set, val: 4 },
{ var:thr0, type:set, val: 50.0 },
{ var:upr0, type:set, val: -0.7 },
{ var:lwr0, type:set, val: 2.0 },
{ var:off0, type:set, val: 40.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: 54.0 },
{ var:upr1, type:set, val: -0.7 },
{ var:lwr1, type:set, val: 2.0 },
{ var:off1, type:set, val: 40.0 }
{ var:cigain1, type:set, val: 10.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
*/
// Preset G-1 A (*)
/*
{ loc:774 mod:m1 var:mod0, type:set, val: 4 },
{ var:thr0, type:set, val: 50.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:wgain0, type:set, val: 1.0 }
{ var:sw0, type:set, val:0 },
{ var:mod1, type:set, val: 4 },
{ var:thr1, type:set, val: 54.0 },
{ var:upr1, type:set, val: -0.7 },
{ var:lwr1, type:set, val: 2.0 },
{ var:off1, type:set, val: 20.0 }
{ var:cigain1, type:set, val: 10.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:wgain1, type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
*/
// Preset G-1 B (not useful)
/*
{ 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: 3.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.9 },
{ var:lwr1, type:set, val: 5.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 },
*/
// Preset G-1 C
/*
{ 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: 3.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.9 },
{ var:lwr1, type:set, val: 5.0 },
{ var:off1, type:set, val: 24.0 }
{ var:cigain1, type:set, val: 10.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
*/
// Preset B
/*
{ loc:774 mod:m1 var:mod0, type:set, val:1 },
{ var:thr0, type:set, val: 77.0},
{ var:upr0, type:set, val: -0.5},
{ var:lwr0, type:set, val: 3.0},
{ var:cbyp0, type:set, val: 0.0 },
{ var:cigain0, type:set, val:10.0 },
{ var:wgain0 type:set, val: 1.75}
{ var:sw0, type:set, val:0 },
{ var:mod1, type:set, val:1 },
{ var:thr1, type:set, val: 74.0 },
{ var:upr1, type:set, val: -0.5},
{ var:lwr1, type:set, val: 2.0},
{ var:cbyp1, type:set, val: 0.0 },
{ var:cigain1, type:set, val:10.0 },
{ var:wgain1 type:set, val: 1.75}
{ var:sw1, type:set, val:0 },
*/
// Preset G-1 D (*)
/*
{ loc:774 mod:m1 var:mod0, type:set, val: 4 },
{ var:thr0, type:set, val: 40.0 },
{ var:upr0, type:set, val: -0.4 },
{ var:lwr0, type:set, val: 7.0 },
{ var:off0, type:set, val: 60.0 }
{ var:cigain0, type:set, val: 10.0 },
{ var:wet0 type:set, val: 1.0 }
{ var:wgain0, type:set, val: 1.0 }
{ var:sw0, type:set, val:0 },
{ var:mod1, type:set, val: 4 },
{ var:thr1, type:set, val: 34.0 },
{ var:upr1, type:set, val: -0.3 },
{ var:lwr1, type:set, val: 5.0 },
{ var:off1, type:set, val: 64.0 }
{ var:cigain1, type:set, val: 10.0 },
{ var:wet1 type:set, val: 1.0 }
{ var:wgain1, type:set, val: 1.0 }
{ var:sw1, type:set, val:0 },
*/
] ]
} }