MIDI file playback support - #56
Conversation
This reverts commit e90d0be
Requires ProtocolLib
Is this currently implemented in any player for testing or just API additions for future use? Edit: Assuming not yet, but if @koca2000 can merge the PR (if it's ready), MusicBox plugin would be one of the first to implement testing support once merged. |
ishland
commented
Feb 4, 2021
It is currently implemented and works just fine in my testings. |
I was just more curious if there was a front-end player that supported the API changes already. When I did some testing, various plugins (such as MusicBox) seemed to break due to API changes, so I'll probably just wait until it's merged into the main branch before testing midi support again. |
ishland
commented
Feb 5, 2021
I got a modified JukeBox plugin here. |
koca2000
commented
Feb 5, 2021
Hi! This is just one of the possible variants of implementation. The final change won't break other plugins. |
|




Closes#24