bepzi / helm

A custom fork of Matt Tytel's Helm synthesizer
GNU General Public License v3.0
7 stars 0 forks source link

Helm

Helm is a free, cross-platform, polyphonic synthesizer that runs on GNU/Linux, Mac, and Windows as a standalone program and as a LV2/VST3/AU plugin.

This is a custom fork of Helm aimed at keeping its build systems and dependencies up to date. New features will not be developed in this repo.

alt tag

Features

Building

To build everything:

cmake -S . -B build
cmake --build build -j$(nproc)

To build one type of plugin:

cmake --build build --target HelmPlugin_<PLUGIN_FORMAT>

Where <PLUGIN_FORMAT> is one of: LV2, AU, or VST3.

To build the standalone:

cmake --build build --target HelmStandalone