Skip to content

Releases: RaphiMC/NoteBlockTool

NoteBlockTool 1.2.2

07 Jun 16:13
f0ecd73

Choose a tag to compare

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

13 Feb 15:57
d02abee

Choose a tag to compare

Changelog

  • Don't initialize song visualizer when not needed

NoteBlockTool 1.2.0

07 Feb 21:10
0e5e6fb

Choose a tag to compare

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

19 Dec 21:12
ce57ab5

Choose a tag to compare

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

24 Oct 14:54
5dfda9b

Choose a tag to compare

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

04 Aug 19:11
416a4e5

Choose a tag to compare

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

10 Jul 18:50
f13036b

Choose a tag to compare

Changelog

  • Added MP3 exporting
  • Added volume slider to audio export
  • Improved export progress display

NoteBlockTool-1.1.5

30 Jun 14:39
f568a18

Choose a tag to compare

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

18 Jun 20:58
31ce329

Choose a tag to compare

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

08 Jun 11:01
af2eeda

Choose a tag to compare

Changelog

  • Fixed several threading issues and race conditions
  • Fixed several audio issues in javax sound system
  • Improved MultithreadedJavaxSoundSystem concurrency