ReaKontrol


ReaKontrol is a REAPER extension which provides advanced host integration for Native Instruments Komplete Kontrol keyboards. It runs on both Windows and Mac and requires REAPER 5.92 or later.

ReaKontrol supports Komplete Kontrol S-series Mk2, S-series Mk3, A-series and M-series keyboards. While some initial work has been done to support S-series Mk1 keyboards, this is not yet functional.

Supported Functionality

The following functionality is currently supported:

Download and Installation

For now, there is no installer. You can download the latest build using the links at the top of this page.

Once downloaded, on Windows, simply copy the reaper_kontrol.dll file you downloaded to the %appdata%\REAPER\UserPlugins folder using Windows File Explorer. You can get to this folder by copying the name above and pasting it into either the Windows Run dialog or the File Explorer address bar. On Mac, copy the reaper_kontrol.dylib file to the Library/Application Support/REAPER folder inside your home folder.

You do not need to add a control surface or perform any other configuration in REAPER. Komplete Kontrol Host integration should work as soon as you start REAPER with a Komplete Kontrol keyboard connected.

Reporting Issues

Issues should be reported on GitHub.

Building

This section is for those interested in building ReaKontrol from source code.

Getting the Source Code

The ReaKontrol Git repository is located at https://github.com/jcsteh/reaKontrol.git. You can clone it with the following command, which will place files in a directory named reaKontrol:

git clone --recursive https://github.com/jcsteh/reaKontrol.git

The --recursive option is needed to retrieve Git submodules we use. If you didn't pass this option to git clone, you will need to run git submodule update --init. Whenever a required submodule commit changes (e.g. after git pull), you will need to run git submodule update. If you aren't sure, run git submodule update after every git pull, merge or checkout.

Dependencies

To build OSARA, you will need:

Windows

Mac OS

How to Build

To build ReaKontrol, from a command prompt, simply change to the ReaKontrol checkout directory and run scons. The resulting extension can be found in the build directory.

Contributors