logs less go

This commit is contained in:
Maikiwi 2022-02-12 19:55:22 -08:00
parent 70c8078dd7
commit 0d6f202b37
2 changed files with 7 additions and 2 deletions

View file

@ -314,10 +314,11 @@
},
changeVibrantBass() {
app.cfg.audio.vibrantBass.multiplier = app.cfg.audio.equalizer.vibrantBass / 10
CiderAudio.hierarchical_loading();
if (app.cfg.audio.equalizer.vibrantBass != 0) {
for (var i = 0; i < 21; i++) {
CiderAudio.audioNodes.vibrantbassNode[i].gain.value = app.cfg.audio.vibrantBass.gain[i] * (app.cfg.audio.equalizer.vibrantBass / 10);
}
CiderAudio.hierarchical_loading();
}}
},
changeMix() {
for (var i = 0; i < 10; i++) {