Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Releases: comroid-git/VBAN-API

Several Bugfixes

28 Aug 18:14
Compare
Choose a tag to compare
  • Fixed VBANPackets not being created properly and thus, streams failing (#10)
  • Fixed a bug that would cause MIDICommand objects to be unsendable (5649b11)
  • Fixed wrong VBANOutputStream bytearray limitation (2cb6900)
  • VBANPacketHead's constructor is now public (3291f58)
  • The UnfinishedByteArray of VBANPacketHead is now of a fixed size (8c9f704)
  • Removed a useless generic wildcard (588d11c)
  • The project name is now uppercase

Syntax Update & Receiving Implemented

09 Aug 09:14
Compare
Choose a tag to compare

We have finally reached version 1.0.0!
This update includes the following additions and changes:

  • The syntax was updated.
  • Receiving is now implemented. You can now for example open audio streams that carry bytearray-based AudioFrame objects with VBAN.openAudioInputStream(...).
  • Updated bytearray constructing using new de.kaleidox.vban.model.UnfinishedByteArray implementation.
  • The project name was changed to be all-uppercase VBAN-API.
  • Tests were constructed.

Minor Bugfixes

05 Mar 20:52
Compare
Choose a tag to compare
Minor Bugfixes Pre-release
Pre-release
0.3.2

Updated JavaDocs to Version 0.3.2

Simplified Building of Factories

14 Jan 13:02
Compare
Choose a tag to compare
Pre-release

New Features:

  • Factories and Builders for factories now carry around a generic-type of what the VBAN-Stream will accept.
  • Builders only accept properties that are properly labeled for the type of the Stream.

Stream Automatically flushes on newline Character

12 Jan 11:41
Compare
Choose a tag to compare

New Features:

  • When the charcode of the \n character is written to the OutputStream, the stream is flushed.

More Hotfixes

01 Jan 15:13
Compare
Choose a tag to compare
More Hotfixes Pre-release
Pre-release

(i need to start testing before publishing)

Hotfixed VBAN#flush

01 Jan 14:29
Compare
Choose a tag to compare
Hotfixed VBAN#flush Pre-release
Pre-release

Changes:

  • VBAN class now extends OutputStream
  • Added missing Documentation
  • Util class was moved to de.kaleidox.vban
  • Minor code cleanup

Hotfixes:

  • Fixed method VBAN#flush

Initial Release; Only Text subprotocol supported

31 Dec 15:54
665f90d
Compare
Choose a tag to compare

Changelog:

  • Added support for the Text subprotocol