Skip to content

Releases: RobertBendun/harmonia

0.5.0

15 Nov 15:30
Compare
Choose a tag to compare

Added

  • Nicks, saved in seperate file from blocks state

Fixed

  • Blocking refresh due to wrong usage of RWLock's

0.4.2

15 Nov 02:26
Compare
Choose a tag to compare

Added

  • Abort button available only for localhost

0.4.1

25 Oct 09:42
Compare
Choose a tag to compare

Removed

  • Windows ANSI terminal processing

0.4.0

25 Oct 09:23
Compare
Choose a tag to compare

Additional release since Windows Defender marked previous one as trojan :)

Added

  • Press space to interrupt!

0.3.1

25 Oct 07:46
Compare
Choose a tag to compare

Fixed

  • Connection to MIDI port 0 on Windows doesn't result in crash anymore
  • When creating new MIDI source use minimal port number by default

0.3.0

22 Oct 19:42
Compare
Choose a tag to compare

Added

  • Create new virtual MIDI port on start on Linux and macOS
  • Enable ANSI processing for Windows cmd.exe
  • Report multicast interfaces binds
  • Enforce documentation in source code
  • Enforce minimum MIDI port in UI

Changed

  • Allow reusing port number for linky_groups multicast connections (SO_REUSEPORT)

Fixed

  • linky_groups are no longer active when --disable-link parameter is passed

0.2.3

06 Aug 23:09
Compare
Choose a tag to compare

Changed

  • Dependencies version to fix bugs on macOS

0.2.2

14 Jun 15:41
Compare
Choose a tag to compare

Added

  • Print currently playing information in simple form

0.2.1

01 Jun 16:20
Compare
Choose a tag to compare

Added

  • Developer documentation
  • Multi machine Harmonia testing plan
  • Connection to R&D project at AMU Poznań

Fixed

  • Wrong path prevented port number from beeing set for MIDI block

0.2.0

31 May 22:01
Compare
Choose a tag to compare

Added

  • New shared memory API
  • Example of shared memory API usage in Lua using C library
  • Github CI tests pull requests

Changed

  • Introduced completely new "modern" UI
  • Renamed "MIDI Sources" to "Blocks" to account for new forms of musical actions
  • Declared support for macOS as experimental due to limited testing