_hvcc_epmk1/plugin
Alexander Chalikiopoulos 2a8f6c8485 first commit
2022-04-20 14:37:47 +02:00
..
source first commit 2022-04-20 14:37:47 +02:00
build.json first commit 2022-04-20 14:37:47 +02:00
README.md first commit 2022-04-20 14:37:47 +02:00

Distrho Plugin Format

This output is for the Distrho Plugin Format (DPF), and can be used to build LV2, VST2 and jack standalone versions of your Heavy code.

Build Instructions

Make sure you have a (recent) DPF in the root of your output directory

$ cd <out_dir>
$ git clone https://github.com/DISTRHO/DPF.git dpf

Then compile the plugins from the source folder:

$ make

This will result in an bin/ folder with all binary assets.

  • LV2 - move bin/<plugin>.lv2/ folder to your local ~/.lv2/ dir
  • VST2 - move bin/<plugin>-vst.so, can be placed directly into your ~/.vst/ dir

Jack

The Jack binary can be executed in place and used to test functionality ./bin/<plugin>. Currently there is no UI, so this is not recommended. You will have to be running jack in order to use this.