koca2000

Results 9 issues of koca2000

**Is your feature request related to a problem? Please describe.** It is possible to upload pdb files by adding the extension to the list of allowed extensions but it is...

When an event is called from `SongPlayer`'s loop which is in async thread it can't be cancelled. Affected events are: `SongLoopEvent` and `SongDestroyingEvent`. SongPlayer also continues playing the Song without...

bug
investigating

Following byte is ignored and should be used when calculating pitch of custom instrument: https://github.com/koca2000/NoteBlockAPI/blob/20b9b46181ba476507d9920fc920531a5128da4b/src/main/java/com/xxmicloxx/NoteBlockAPI/utils/NBSDecoder.java#L176

enhancement

Add support for MIDI sound files and instruments via resource pack.

enhancement

There were several ambiguities that I noticed during the work on my projects. I modified the documentation to prevent them and added calculation formulae of several values.

The application currently only supports IP range starting with `192.168.`. However, there are also `10.0.0.0 - 10.255.255.255` and `172.16.0.0 - 172.31.255.255` ([Wikipedia](https://en.wikipedia.org/wiki/Private_network))

Spigot 1.19 uses LegacyRandomSource for generation of sound's seed which is not thread safe.

bug

Currently `SongNextEvent` is only fired when one song ends and another begins. When the first song in the playlist starts, no event is fired. It would make sense to fire...

enhancement

Currently `Playlist` has to contains at least one song. It would be easier to use it without this limitation.

enhancement