Skip to content

Komplete Kontrol DAW Integration Script for FL Studio v4

Compare
Choose a tag to compare
@hobyst hobyst released this 13 Nov 22:10
· 22 commits to master since this release

Important notice: For this version, FL Studio 20.8.3 or greater is needed to use it.

This new release overhauls the internal behavior of the script to be less aggressive and more performant when sending mixer changes on the device by sending as less MIDI messages as possible and includes a new user manual in HTML format.

Changes

  • _thread Python module is no longer in use, meaning random crashes at script initialization won't happen anymore.
  • The whole script has been internally revamped to send as minimum data as possible to the keyboard resulting in a pretty noticeable performance improvement, even in heavy-load FL Studio projects.
  • If a plugin is selected in the channel rack, pressing the 4D encoder will serve to open and close its UI/editor window. As a side effect of this feature, pushing down 4D encoder while the channel rack window is focused won't trigger an Enter key-pressing like it did before.
  • A new manual has been created. To read the manual, download the corresponding .zip file in the Assets section of this GitHub release, extract it and open index.html on any browser of your choice.

Bugfixes

  • Komplete Kontrol slowdown mainly perceptible on parameter changes of the currently loaded instrument due to the script constantly reporting Komplete Kontrol instance changes when there isn't a need to.
  • Knobs not working unless twisted really fast on S-Series MK2 keyboards.
  • Out of index error when using channel rack groups.

All bugs originated in previous release candidates and betas of v4 have been fixed as well.

Full Changelog: v3...v4