Conversation
|
New plugin |
8157f2a to
ee9e48e
Compare
|
Feedback:
A new scan will be automatically performed on the next push to the PR branch. Internal use only: Reviewer details Maintainer details |
|
Hi — thanks for the automated review. I understand the general preference for TickSync Music is a MIDI sequencer plugin — it reads MIDI data from the OSRS game cache, rewrites tempo meta-events to tick-aligned BPMs (25/50/100/200), and plays the rewritten sequences through a Java Synthesizer loaded with the OSRS soundfont. It requires:
Is there an exception or allowlist process for plugins that require low-level MIDI control? Happy to discuss the architecture further if that would help with review. The full technical docs are in the repo at |
Tempo-syncs OSRS music to the 600ms game tick grid so beats land on tick boundaries. Reads MIDI from the local game cache, quantizes tempo to tick-aligned BPMs (25, 50, 100, 200), and plays back synced to GameTick events with drift correction.
MIDI-only — zero external dependencies beyond RuneLite's cache library.