NoteBlockAPI icon indicating copy to clipboard operation
NoteBlockAPI copied to clipboard

Results 18 NoteBlockAPI issues
Sort by recently updated
recently updated
newest added

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

Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.1. Release notes Sourced from maven-javadoc-plugin's releases. 3.4.1 [MJAVADOC-723] - Upgrade Maven Reporting API to 3.1.1/Complete with Maven Reporting Impl 3.2.0 (#158) @​pzygielo Skip Java...

dependencies

the errors are: package com.xxmicloxx.NoteBlockAPI.model does not exist package com.xxmicloxx.NoteBlockAPI.songplayer does not exist package com.xxmicloxx.NoteBlockAPI.utils does not exist cannot find symbol and the file does exist with the model file...

NoteBlockAPI keeps telling me that the song is corrupted but in NoteBlock Studio it works perfectly. Version: v1.6.1 Songs: - https://github.com/thatcraniumguy/Songs/blob/master/NBS%20files/A%20Nightmare%20Before%20Christmas.nbs - https://github.com/thatcraniumguy/Songs/blob/master/NBS%20files/Wizards%20in%20Winter.nbs

Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.3.0. Commits 7169fde [maven-release-plugin] prepare release maven-shade-plugin-3.3.0 e5dcf95 Revert "[maven-release-plugin] prepare release maven-shade-plugin-3.3.0" c2473cb [maven-release-plugin] prepare release maven-shade-plugin-3.3.0 ece4172 Revert "[maven-release-plugin] prepare release maven-shade-plugin-3.3.0" 0c6f823...

dependencies

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

enhancement

Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.4.0. Release notes Sourced from maven-shade-plugin's releases. 3.3.0 What's Changed [MSHADE-369] update commons-lang by @​elharo in apache/maven-shade-plugin#49 [MSHADE-370] update mockito by @​elharo in apache/maven-shade-plugin#50 Bump...

dependencies

[06:04:06 INFO]: [Shhxmusic] Enabling Shhxmusic v1.0-SNAPSHOT [06:04:06 ERROR]: Error occurred while enabling Shhxmusic v1.0-SNAPSHOT (Is it up to date?) java.lang.NoClassDefFoundError: com/xxmicloxx/NoteBlockAPI/songplayer/SongPlayer at org.virtuous.shhxmusic.main.shhxmusic.Shhxmusic.onEnable(Shhxmusic.java:24) ~[Shhxmusic-1.0-SNAPSHOT.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:281) ~[purpur-api-1.20.1-R0.1-SNAPSHOT.jar:?] at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:189) ~[purpur-1.20.1.jar:git-Purpur-2017]...