Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

v0.4.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@cpdt cpdt released this 06 Feb 00:44
bd3914c

This patch release incorporates the following changes:

  • Added an adsr function to Maxim (and a corresponding module) that can be used as a simpler alternative to Envelope.
  • #94 Files can now be dragged into the editor to open them.
  • #150 Added sinh, cosh, tanh, exp, exp2, exp10, round and fract functions to Maxim.
  • #151 Use SSE in JITted code, increasing performance drastically. The editor now has a hard requirement on SSE4.1, and will automatically use SSE4.2/AVX/AVX2 if available.
  • #152 The standalone editor can now input and output MIDI from the system. There isn't yet a GUI to set devices, but the --input and --output command-line flags can be used.
  • #140 Fixed an underflow when formatting a note below 0
  • #154 Fixed menu items in a single VST instance also triggering other instances.
  • #155 Fixed opening a new project leaving phantom menu items in the 'View' menu.

You're probably also interested in the v0.4.0 release notes.