wolf-plugins / wolf-midicurve

MIDI remapping plugin (WIP)
GNU General Public License v3.0
14 stars 0 forks source link

Wolf MidiCurve

Build Status

Wolf MidiCurve is a MIDI remapping plugin. It can be built as an LV2 or VST plugin and as a standalone Jack application.

Build manually

First, clone the repo (note the "--recursive" argument):

git clone --recursive https://github.com/wolf-plugins/wolf-midicurve.git
cd wolf-midicurve

Then, run:

make

All plugin builds will then be placed in the bin folder. Copy them to their appropriate place so that your plugin host can find them, and you're done :)

Updating

This project uses git submodules. Thus, to update your local copy of the repo, you need to run the following commands:

git pull
git submodule update --init --recursive

You should then be able to build the plugin with the most recent changes.