|
@@ -152,20 +152,20 @@
|
|
|
|
|
|
//
|
|
//
|
|
|
|
|
|
- var SoundControls = function() {
|
|
|
|
|
|
+ var SoundControls = function() {
|
|
|
|
|
|
- this.master = listener.getMasterVolume();
|
|
|
|
- this.firstSphere = sound1.getVolume();
|
|
|
|
- this.secondSphere = sound2.getVolume();
|
|
|
|
- this.thirdSphere = sound3.getVolume();
|
|
|
|
- this.Ambient = sound4.getVolume();
|
|
|
|
|
|
+ this.master = listener.getMasterVolume();
|
|
|
|
+ this.firstSphere = sound1.getVolume();
|
|
|
|
+ this.secondSphere = sound2.getVolume();
|
|
|
|
+ this.thirdSphere = sound3.getVolume();
|
|
|
|
+ this.Ambient = sound4.getVolume();
|
|
|
|
|
|
};
|
|
};
|
|
|
|
|
|
var GeneratorControls = function() {
|
|
var GeneratorControls = function() {
|
|
|
|
|
|
- this.frequency = oscillator.frequency.value;
|
|
|
|
- this.wavetype = oscillator.type;
|
|
|
|
|
|
+ this.frequency = oscillator.frequency.value;
|
|
|
|
+ this.wavetype = oscillator.type;
|
|
|
|
|
|
};
|
|
};
|
|
|
|
|