New features
- Support for S-Series MK2 speed-sensitive knobs by @keithhand in #20. When using S-Series MK2 keyboards, it is now possible to change between finer and more general track volume and panning adjustments on the fly by twisting the knobs at different speeds. Turning the knobs at slower speeds will result in finer adjustments.
- Added
MIXER_HALO_BEHAVIOR
config option to enable/disable the red mixer rectangle halo by @devlmrodriguez in #23. - Made it possible to make the red mixer rectangle halo only appear for a certain period of time using the new config option
MIXER_HALO_TIME
.
Changes
- The default behavior for the red mixer rectangle is to only show up for 3 seconds after the set of tracks being displayed on the keyboard changes, as making it appear causes a performance overhead and makes the FL Studio GUI slower. However, it is possible to change it to the previous behavior by setting the new
MIXER_HALO_TIME
config option tomidi.MaxInt
.
Bugfixes
- Due to the mixer rectangle halo now only being displayed for a limited amount of time by default, the performance overhead and FL Studio GUI lag caused because of it should have less of an impact to the user experience.
- Fixed the TEMPO button on the keyboard not lighting up.
Full Changelog: v5...v6