/monarchy

A collection of free and open source VSTs

Primary LanguageRustMozilla Public License 2.0MPL-2.0

IMPORTANT: NOW ON GITLAB

please see here

Monarchy

Free and open source VST plugins and instruments

Building

To build the plugins, download the rust programming language and run cargo build. This will generate all the libraries in ./target/debug/.

To then bundle the libraries into useable VSTs, run sys/pkg.sh ${plugin_name} ${platform}. platform is the type of computer you're using (for example, x86_64-linux).

You can then move that VST bundle to wherever your DAW reads them from and they should work!

Special thanks