diff --git a/src/experimental/bongox.js b/src/experimental/bongox.js index fa39e8f..d61ed07 100644 --- a/src/experimental/bongox.js +++ b/src/experimental/bongox.js @@ -117,6 +117,7 @@ const noteFreq = createNoteTable(); function rtttl(song) { let notes = song.notes; + notes = notes.replaceAll("_", "#"); let username = song.performer; console.log("Playing RTTTL", notes, "for", username); let duration = 4;