Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use the jingle note library instead of the bundled jingle note
- Loading branch information
Showing
with
48 additions
and 728 deletions.
- +6 −0 build.gradle
- +17 −32 src/main/java/com/sk89q/commandbook/{ → jinglenote}/JingleNoteComponent.java
- +24 −17 src/main/java/com/sk89q/{ → commandbook}/jinglenote/JingleNoteManager.java
- +0 −29 src/main/java/com/sk89q/jinglenote/Instrument.java
- +0 −72 src/main/java/com/sk89q/jinglenote/JingleNotePlayer.java
- +0 −57 src/main/java/com/sk89q/jinglenote/JingleSequencer.java
- +0 −234 src/main/java/com/sk89q/jinglenote/MidiJingleSequencer.java
- +0 −236 src/main/java/com/sk89q/jinglenote/StringJingleSequencer.java
- +0 −50 src/main/java/com/sk89q/jinglenote/bukkit/BukkitJingleNotePlayer.java
- +1 −1 src/main/resources/defaults/components.yml
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.