mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
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:
@@ -1,2 +1,2 @@
|
||||
repository=https://github.com/HarperDevLab/Tick-Beats-Metronome.git
|
||||
commit=28f6822eb5c7d1f2c762e828be4003a80ec42166
|
||||
commit=76670a1736edceb2a8ccc69bdffc3cd2951ef963
|
||||
|
||||
Reference in New Issue
Block a user