update tick-beats-metronome (#8920)

* Update Tick Beats

Implemented 2 requested features:

-Volume control for tick sounds
Implemented using javax.sound.sampled (same approach as music playback). The Gain parameter in RuneLite’s AudioPlayer did not affect volume, so custom handling was required. Audio clips are properly disposed of to avoid memory leaks.

Playlist support (with Shuffle)
Users can define a playlist, and songs in the playlist can be shuffled during playback.

I also did a bit of refactoring and code comment adjustments.

* Update Tick Beats removed disabled by default

Removed a line in @PluginDescriptor  enabledByDefault = false as recommended by runelite github bot
This commit is contained in:
HarperDevLab
2025-09-01 00:01:24 -04:00
committed by GitHub
parent 6b35c91b10
commit 80f636ea3e

View File

@@ -1,2 +1,2 @@
repository=https://github.com/HarperDevLab/Tick-Beats-Metronome.git
commit=28f6822eb5c7d1f2c762e828be4003a80ec42166
commit=76670a1736edceb2a8ccc69bdffc3cd2951ef963