Hello
A bit over a year ago get_csound() was added to plugin.h in this commit. I have been using it, but I’ve needed to tweak my plugin.h as CSOUND is an inaccessible base (get_csound() just returns this), on line 56
Csound : CSOUND {
to
Csound : public CSOUND {
Have meant to mention this for ages but the new forum and a recent compile reminded me, thought it could be good to bring up here and see if anyone has any opinions on if there are any caveats or better approaches.