hello, i come from a background of some c++ from gamemaker studio and a bunch of random python projects. I am now interested in creating my own audio plugin for a digital audio workstation, like ableton or bitwig. However, I am having trouble getting this framework to work, so i can have an easy time coding this plugin. specifically it is this: https://github.com/DISTRHO/DPF
the only thing i got working was installing the ms c++ extension on vscodium, it took forever for me to find out that you need to install it manually because it's no longer on the extension list.
i would like to know:
- how do i include this into my code?
- how would i set up the launch.json to have two launch options? one for compile and debug and another to compile debug and host, for example to automatically turn on bitwig studio.
- how to build the github code? do i even need to? does this answer also apply to other instances?
extra info incase its helpful:
IDE: vscodium
OS: Arch (btw)
g++ and GDE should be installed.