Remidy aims to provide audio plugin hosting features in cross-platform and multi-format manner in liberal licenses (MIT/BSD).
Remidy aims to cover VST3, AudioUnit (on macOS) and LV2 formats.
remidy-scan is a tool to query and enumerate locally installed plugins.
Sources in this repository are released under the MIT license.
There are third-party (and first party) dependency libraries:
- lv2/lv2kit (serd, sord, sratom, lilv, zix): the ISC license.
- travesty, part of DISTRHO/DPF: the ISC license
- moduleinfo, part of steinbergmedia/vst3_public_sdk: VST 3 SDK public_sdk License (BSD like)
(modified to remove dependencies on
vst3_pluginterfaces
which is GPLed) - Tracktion/choc: the ISC license.
- celtera/libremidi - BSD (2-clause), MIT (RtMidi)
- atsushieno/cmidi2 - MIT
- mackron/miniaudio - MIT (or public domain)
- cginternals/cpplocate: the MIT license.
- jarro2783/cxxopts: the MIT license.
- jpcima/ring-buffer: BSL-1.0 license
- cjappl/rtlog-cpp: the MIT license.
- for submodules see their LICENSE.md (modified BSD, MIT)
- saucer/saucer - MIT
- g200kg/webaudio-controls - Apache V2