Skip to content

Commit

Permalink
feat: new metronome sfx
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeokjinKang committed Mar 3, 2024
1 parent 7dc47fe commit 131ff5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ let copySelection = { element: -1, start: -1, end: -1, beat: 0 };

let prevBeat = 1;
const beep = new Howl({
src: `/sounds/beep1.ogg`,
format: ["ogg"],
volume: 0.5,
src: `/sounds/tick.wav`,
format: ["wav"],
volume: 0.8,
autoplay: false,
loop: false,
});
Expand Down
Binary file added public/sounds/tick.wav
Binary file not shown.

0 comments on commit 131ff5a

Please sign in to comment.