GModal / vSwell

vSwell is a volume envelope audio effect plugin. In LV2, VST, VST3 and CLAP formats.
MIT License
7 stars 0 forks source link

Build fails on Debian 12 (Bookworm) based RPi4 #2

Open riban-bw opened 2 days ago

riban-bw commented 2 days ago

Following the build instructions on a Debian 12 (Bookworm) based Raspberry Pi 4 I get build errors after calling make:

hvcc vSwell.pd -n vSwell -m vSwell.json -o vSwell -g dpf -p ./ ../heavylib;  hvcc vSwellST.pd -n vSwellST -m vSwellST.json -o vSwellST -g dpf -p ./ ../heavylib;
  1) Error hvcc: Unable to open json_file: 1 validation error for Meta
dpf.plugin_formats.0
  Input should be 'lv2', 'lv2_sep', 'vst2', 'vst3', 'clap', 'jack', 'dssi' or 'ladspa' [type=literal_error, input_value='lv2_dsp', input_type=str]
    For further information visit https://errors.pydantic.dev/2.9/v/literal_error
  1) Error hvcc: Unable to open json_file: 1 validation error for Meta
dpf.plugin_formats.0
  Input should be 'lv2', 'lv2_sep', 'vst2', 'vst3', 'clap', 'jack', 'dssi' or 'ladspa' [type=literal_error, input_value='lv2_dsp', input_type=str]
    For further information visit https://errors.pydantic.dev/2.9/v/literal_error
make: *** [Makefile:16: hvcc] Error 1
riban-bw commented 1 day ago

From @gitnob:

vSwell.json and vSwellST.json list plugin format lv2_dsp. This should be lv2.