Skip to content

Releases: koca2000/NBS4j

v1.3.0

26 Mar 14:22
Compare
Choose a tag to compare

Changelog:

  • Added enum Instrument with named instruments
  • Added method Song.getTimeInSecondsAtTick(int)
  • Added source file to song's metadata
  • Bug fixes

v1.2.0

10 Aug 22:04
Compare
Choose a tag to compare

Changelog:

  • Added Song.getSongLengthInSeconds method.
  • Added @NotNull and @Nullable annotations.

v1.1.1

15 Jul 21:42
Compare
Choose a tag to compare

Fixed bug in method Song.getTempo(int).

v1.1.0

15 Jul 15:07
Compare
Choose a tag to compare

Changelog:

  • Added Layer.getNotes(), Song.getLayers() and Song.getCustomInstruments() methods.
  • Added copy constructors.
  • Notes can now be removed from layer.
  • Notes can be added Layer and removed from Layer even when not associated with a song.

v1.0

13 Jul 10:56
Compare
Choose a tag to compare

First release of NBS4j library.