Releases: RaphiMC/NoteBlockTool
Releases · RaphiMC/NoteBlockTool
NoteBlockTool 1.2.6
NoteBlockTool 1.2.5
Changelog
- Fixed songs table desyncs
- Reload song when dragging already loaded song into the songs table
- Added timing jitter option to song player
- Add ID3 tags to exported MP3 files
- Restructed the song player and export window
- Removed all audio backends except for AudioMixer
- AudioMixer is better in most aspects and its not worth keeping the whole audio backend abstraction for pretty much no benefit
- Changed default sound count to 4096
- No longer force close the song player window when exporting a song
- Skip "playing" silent sounds
- Added support for MP3 custom instruments
NoteBlockTool 1.2.4
Changelog
- Added support for the new trumpet instruments from Minecraft 26.1
- Added support for NBS v6 files
- Added MP3 quality slider to export window
- Added MacOS support for song visualizer
- Changed scaling in song visualizer
- Improved song table navigation
NoteBlockTool 1.2.3
Changelog
- Updated AudioMixer, ThinGL and NoteBlockLib
- Improved MIDI converter
- Fixed piano key rendering
- Improved audio playback stability (No more audio/video desyncs or stuttery audio playback)
- Added timing jitter option to audio export
- This option makes exported songs sound more natural and less artificial
- Load custom instruments from Minecraft NoteBlock Studio by default
NoteBlockTool 1.2.2
Changelog
- Updated AudioMixer, ThinGL and NoteBlockLib
- Added option to export each song with multiple threads if audio mixer selected
- Increased max sound limit to 65535
- Changed error messages. "Could not" -> "Failed to"
NoteBlockTool 1.2.1
Changelog
- Don't initialize song visualizer when not needed
NoteBlockTool 1.2.0
Changelog
- Added a song visualizer window. It can be opened by pressing the "Open Visualizer" button in the song player window
- Added support for exporting as MCSP2 and TXT
- Stop sounds when pausing a song
NoteBlockTool 1.1.9
Changelog
- Added JOrbis as fallback when STB Vorbis fails to decode the stream
- Updated AudioMixer
- Updated NoteBlockLib (Better MIDI -> NBS mappings)
- Added BASS sound system audio export support
- Added option to disable normalization when exporting with AudioMixer
NoteBlockTool-1.1.8
Changelog
- Bumped minimum Java version to 17
- Reduced audio export memory usage
- Made the Java based audio mixing system almost twice as fast
- Several performance optimizations
- Fixed a race condition
NoteBlockTool-1.1.7
Changelog
- Remove finished sounds before playing new ones
- Fixed loading of wav audio samples
- Only load actually needed custom instruments
- Made OpenAL audio exporting multithreaded
- Added XAudio2 sound system
- Improved OpenAL panning