Skip to content

Releases: RaphiMC/NoteBlockTool

NoteBlockTool 1.2.6

06 May 18:51
51f074a

Choose a tag to compare

Changelog

  • Improved audio output limiter
  • Fixed error when exporting mono MP3

NoteBlockTool 1.2.5

28 Apr 20:55
675cdc7

Choose a tag to compare

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

25 Mar 19:40
e529e2d

Choose a tag to compare

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

25 Jan 17:32
b8bcf4b

Choose a tag to compare

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

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