From 4b7c4a2de834e8e10a313c6f933d6f8ff5647264 Mon Sep 17 00:00:00 2001 From: Andrew Roberts Date: Tue, 3 Feb 2026 08:54:43 -0500 Subject: [PATCH] new sounds --- components/Soundboard/index.tsx | 7 ++++++- public/mymymy.m4a | Bin 0 -> 91281 bytes public/rehearsals.m4a | Bin 0 -> 37228 bytes 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 public/mymymy.m4a create mode 100644 public/rehearsals.m4a diff --git a/components/Soundboard/index.tsx b/components/Soundboard/index.tsx index 6233381..dd233cc 100644 --- a/components/Soundboard/index.tsx +++ b/components/Soundboard/index.tsx @@ -25,6 +25,8 @@ export default function Soundboard() { const bassDrumsRef = useRef(null); const goodThingsRef = useRef(null); const betWeDidRef = useRef(null); + const mymyRef = useRef(null); + const rehearsalsRef = useRef(null); const getButton = (title: string, ref: RefObject) => { return