More work
This commit is contained in:
parent
a6640c1ea8
commit
77d62ebeca
@ -196,9 +196,14 @@ svg.push({
|
||||
}
|
||||
createSpatBox();
|
||||
addSlider(0, "roomDIV", "Gain (dB)", "gain", 2, [-70, 6], 1, -10, "this.value", "this.value");
|
||||
addSlider(0, "roomDIV", "Sig. Spread (%)", "spread", 3, [0, 100], 1, 25, "this.value", "this.value");
|
||||
addSlider(0, "roomDIV", "Rev. Time (ms)", "amount", 4, [500, 3000], 1, 1500, "this.value", "this.value");
|
||||
//addSlider(0, "roomDIV", "Room Size", "roomsize", 5, [0, 100], 1, 50, "this.value", "this.value");
|
||||
addSlider(0, "roomDIV", "Room Size", "roomsize", 3, [1, 300], 1, 75, "this.value", "this.value");//
|
||||
addSlider(0, "roomDIV", "Rev. Time (ms)", "amount", 4, [0.5, 15], 0.1, 11, "this.value", "this.value");//
|
||||
addSlider(0, "roomDIV", "Spread", "spread", 5, [0, 100], 1, 23, "this.value", "this.value");//
|
||||
addSlider(0, "roomDIV", "Bandwidth", "bandwidth", 6, [0, 100], 1, 50, "this.value", "this.value"); //50
|
||||
addSlider(0, "roomDIV", "Damping", "damping", 7, [0, 100], 1, 70, "this.value", "this.value");//
|
||||
addSlider(0, "roomDIV", "Early", "early", 8, [0, 100], 1, 25, "this.value", "this.value");//
|
||||
addSlider(0, "roomDIV", "Tail", "tail", 9, [0, 100], 1, 25, "this.value", "this.value");//
|
||||
addSlider(0, "roomDIV", "Dry", "dry", 10, [0, 100], 1, 100, "this.value", "this.value");//
|
||||
|
||||
|
||||
elements.push(
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user