v0.4.0 - Improvements and Refactoring
✨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