A software MIDI controller which can send MIDI to any input device. Also exposes itself as a MIDI input to other applications (OSX only)
This is a JUCE project and should compile no problems by normal means. However, the prefered method is to use Waf or VSCode. See below.
Note: Open the jucer/VMC.jucer
with Projucer and save it before doing this. Generated files currently are not saved in Git.
./waf configure build
Run ./waf --help
for all options.
There are launch and build tasks ready to go in the .vscode
folder. You should see them in the tasks dialog.