Hi,
I wrote some code (in C++) using JACK1 API. It was quite easy to do that with a plenty of example files.
Recently, I tried to utilize C++ libraries provided in JACK2 because I don't like mixing OO code with C api. There are a lot of C++ classes in JACK2 but I'm not able to link/include them.
For example: instead of #include <jack/jack.h> I'm trying to #include "jack2/JackServer.h".
There are no example files.
What am I doing wrong? Or is it a bad way of using JACK2?