From f968500786cc69c1afebe00625d1bd07b88603b4 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Mon, 14 Jul 2025 17:14:24 +0200 Subject: pitched noise mode --- bundle.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bundle.js') diff --git a/bundle.js b/bundle.js index 741d433..ab452a5 100644 --- a/bundle.js +++ b/bundle.js @@ -38973,7 +38973,7 @@ function toggleModus() { // rebuild(); } - modus = modus === "bandpass" ? "sine" : "bandpass"; + modus = modus === "sine" ? "bandpass" : "sine"; organ = modes[modus]; document.querySelector("#modus ." + modus).classList.add("visible"); if (intervals) { @@ -39164,7 +39164,6 @@ function bind() { document.querySelector("#help-button").addEventListener("click", function () { return document.querySelector("#help").classList.toggle("visible"); }); - // toggleModus(); toggleModus(); document.querySelector("#modus").addEventListener("click", toggleModus); Array.from(document.querySelectorAll(".mode")).forEach(function (el) { -- cgit v1.2.3-70-g09d2