Skip to content

v0.4.0 - Improvements and Refactoring

Compare
Choose a tag to compare
@MaddyGuthridge MaddyGuthridge released this 12 Mar 07:35
· 1005 commits to main since this release
f881510

✨NEW✨

  • Colour and annotation support for FPC
  • Support for the mixer
  • Support for macro controls to enable features such as quantizing and undo-redo
  • Documentation for plugin behaviour
  • Support for master knobs and faders, which will prevent confusing mappings for them
  • Launchkey Mk2 and Hammer 88 Pro support fader buttons

⚙️TECHNICAL CHANGES⚙️

  • The project has unit tests, which should help prevent major breakages
  • Device details for forwarded events are now parsed internally
  • The BasicControlMatcher supports priorities - high priority events will be matched first
  • Values can now be snapped to non-extreme defaults
  • Events support double press detection

🛠️FIXES🛠️

  • Color accuracy when using HSV has been improved
  • VSTs will be recognised correctly
  • Unsafe operation exceptions will be caught, so the script won't crash when you open up a pop-up menu
  • Log items won't all be discarded
  • A crash when using FPC has been fixed