From d4df8088b855670a24186efed7de04d7e5c2c549 Mon Sep 17 00:00:00 2001 From: HarperDevLab <9493685+HarperDevLab@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:37:53 -0400 Subject: [PATCH] add tick-beats-metronome (#8145) * Added Tick Beats Metronome Plugin * Updated plugin to fix potential resource folder access issue * Updated plugin to give users the ability to add their own sounds for ticks. * Update tick-beats-metronome removed javax.sound Removed javax.sound and replaced it with runelite audio player * Added color overlay functionality * Update Added color overlay and more options * Update tick-beats-metronome changed log.info to log.debug * Made Log Writes Async Made log writes async, added and icon, and added a bit more info to the log * Update tick-beats-metronome Found an issue where executor wasn't properly restarting when the plugin was toggled off and back on * Update Tick Beats, Added Music Made some major changes including adding music playing synced to ticks and removing the now unnecessary log writer * Removed large wav files * raw.githubusercontent.com file download implemented * Converted Audio Messages to Text Messages --------- Co-authored-by: HarperDevLab --- plugins/tick-beats-metronome | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/tick-beats-metronome diff --git a/plugins/tick-beats-metronome b/plugins/tick-beats-metronome new file mode 100644 index 000000000..7f4712298 --- /dev/null +++ b/plugins/tick-beats-metronome @@ -0,0 +1,2 @@ +repository=https://github.com/HarperDevLab/Tick-Beats-Metronome.git +commit=28f6822eb5c7d1f2c762e828be4003a80ec42166