Giter Club home page Giter Club logo

reakontrol's Introduction

alt text

ReaKontrol

  • Fork of the excellent ReaKontrol repository originally published by James Teh: https://github.com/jcsteh/reaKontrol
  • Fork Author: brumbear@pacificpeaks
  • Fork Copyright: 2019-2020 Pacific Peaks Studio, see individual copyrights in source code
  • OSX contributions by Björn Kalkbrenner: https://github.com/terminar
  • License: GNU General Public License version 2.0.
  • License Notes: As the original work is published under GPLv2 the modified programs are also licensed under GPLv2. May be updated to GPLv3 if copyright holder of original work agrees to update too.

Feature Integration & Releases

Manual

Building

This section is for those interested in building ReaKontrol from source code. The build instructions have changed from the parent repository, this section will reflect these changes, cmake is now used for better cross platform maintenance and syntax highlighting + support in IDEs (and less dependencies).

Getting the Source Code

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

git clone https://github.com/brummbrum/reaKontrol.git

Dependencies

To build ReaKontrol, you will need:

Specific Windows dependencies

  • Microsoft Visual Studio 2017 Community:
    • Visual Studio 2019 is not yet supported.
    • Download Visual Studio 2017 Community
    • When installing Visual Studio, you need to enable the following:
      • On the Workloads tab, in the Windows group: Desktop development with C++

Specific OSX dependencies

  • Command Line Tools for Xcode

How to build on Windows with VS 2017

To build ReaKontrol, from a command prompt, change to the ReaKontrol checkout directory and run the following commands:

cd build
cmake .. -A x64
cmake --build . --config Release

The resulting dll can be found in the build/bin/Release directory (Windows) Note: If you are still building for Reaper x86 32bit specify -A x86 as target architecture above.

How to build on OSX

Intel x86 based Mac

To build ReaKontrol, from a command prompt, change to the ReaKontrol checkout directory and run the following commands:

cd build
cmake .. 
cmake --build . --config Release

The resulting dylib can be found in the build/lib directory (OSX).

ARM based Mac

First, comment out 'set(CMAKE_OSX_ARCHITECTURES x86_64)' in 'CMakeLists.txt'. Then build as described above.

Both ARM and x86 binaries can reside in parallel and load depending on Rosetta settings by naming them like this:

ls ~/Library/Application\ Support/REAPER/UserPlugins

reaper_kontrol-x86_64.dylib
reaper_kontrol.dylib

How to Install

If you have followed the build steps, you can attach the last command:

cmake --build . --target install

The rea_kontrol.dll is then copied to your

  • Win32: %APPDATA%/Reaper/UserPlugins
  • OSX: $home/Library/Application Support/Reaper/UserPlugins folder.

reakontrol's People

Contributors

brummbrum avatar terminar avatar jcsteh avatar chigkim avatar leonardder avatar jfred1979 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.