Skip to content

Commit

Permalink
move it
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Nov 29, 2024
1 parent 81016c5 commit 28772b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kabelsalat/audio-graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ <h2>🌱 audio graphs</h2>
urlCode = atob(urlCode);
console.log("loaded code from url!");
}
input.value = urlCode || `return sine(330).mul(sine(2).add(1).mul(.25))`;
input.value = urlCode || `return sine(331).mul(sine(2).add(1).mul(.25))`;
window.addEventListener("hashchange", function () {
const urlCode = atob(window.location.hash.slice(1));
input.value = urlCode;
Expand Down

0 comments on commit 28772b8

Please sign in to comment.