mirror of
https://github.com/runelite/plugin-hub.git
synced 2025-12-23 22:48:49 -05:00
* 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
116 B
116 B