Releases: RaphiMC/NoteBlockTool
Releases · RaphiMC/NoteBlockTool
NoteBlockTool 1.2.2
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
NoteBlockTool-1.1.6
Changelog
- Added MP3 exporting
- Added volume slider to audio export
- Improved export progress display
NoteBlockTool-1.1.5
Changelog
- Made main table sortable
- Changed default sample rate to 48kHz due to it being better dividable
- Updated NoteBlockLib to fix some issues with Tempo Changers and custom instruments
NoteBlockTool-1.1.4
Changelog
- Fixed sound system change detection
- Reduced memory allocations (Javax sound system)
- Handle audio buffer overruns better (Javax sound system)
- Improved master volume handling (Javax sound system)
- Replace AL_SOFT_events with polling again
- Added 3 second trailer to exported songs
NoteBlockTool-1.1.3
Changelog
- Fixed several threading issues and race conditions
- Fixed several audio issues in javax sound system
- Improved MultithreadedJavaxSoundSystem concurrency