How interesting!
My system (Macbook M1 with Ventura 13.4.1 on it) reports
❯ uname -a
Darwin M1s-MacBook-Pro 22.5.0 Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:19 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T8103 arm64
How interesting!
My system (Macbook M1 with Ventura 13.4.1 on it) reports
❯ uname -a
Darwin M1s-MacBook-Pro 22.5.0 Darwin Kernel Version 22.5.0: Thu Jun 8 22:22:19 PDT 2023; root:xnu-8796.121.3~7/RELEASE_ARM64_T8103 arm64
I want to program my distortion plugins with lv2.
I heard DPF is a good starting point, but I don’t know how to build eg-amp-dpf-labs
with DPF.
I can build it with mod-plugin-builder.
But as a newbie developer, mod-plugin-builder is too vast to understand.
Currently, I try to put the eg-amp-dpf-labs
directory under DPF/examples/
, and build it, but I failed because I don’t know where to modify.
I don’t stick with eg-amp-dpf-labs
.
I tried the simple mute plugin, but couldn’t understand how to build it.
https://distrho.github.io/DPF/
I searched for a simple program here Plugins made with DPF · DISTRHO/DPF Wiki · GitHub .
But the listed plugins are too complicated for me to start learning DSP or lv2 itself.
If someone knows a simple program to build with DPF, please let me know.