This repository contains a developer tool meant to ease development and testing of Anagram MIDI features.
It is not intended for end-users and as such there is absolutely no support here of any kind.
The tool is open-source because nothing here is proprietary or hidden knowledge, just a little UI to send MIDI events when you click buttons.
Behind the scenes it uses DPF and ImGui through DPF-Widgets.
It can both be run as standalone (which will send MIDI to all available ports) or as a plugin contained in a host.
Building requires CMake and UI uses OpenGL for rendering.
There are no other dependencies, though do note DPF is used as a git submodule, so building requires cloning the repository recursively.
