Skip to content

Release 1.2.0 Beta 9

Pre-release
Pre-release

Choose a tag to compare

@apohl79 apohl79 released this 16 May 17:42
· 222 commits to master since this release

PLUGIN

  • NEW Added option to the instrument plugin to transfer audio only when MIDI notes are playing (resolves #941)
  • Improved instruments audio streaming (should fix some issues in logic that have been reported)
  • Reorganized and cleaned up plugin menus
  • Set the AAX category properly for the FX and Instruments plugin
  • Improved category submenus in the plugin search
  • Minor fixes

SERVER

  • Try more I/O layouts when loading a plugin to enable as many channels as possible
  • Deactivated MJPEG video encoder
  • Fixed a plugin sandbox load issue: Handle plugins that report infinity for the tail seconds.
  • Fixed sandbox deletion on shutdown that could crash the server when rescanning
  • Fixed mouse position calculation on windows with scaling enabled
  • Fixed port check on macOS
  • Minor fixes