Open tk-aria opened 3 years ago
I'm confused... isn't it possible to use as an external library from C++ via something like:
extern "C" {
#include "reverb.h"
}
?
sure. That way is also possible! but I think many developers don't understand the difference between C and C++ about mangling and demangling, so I think it's better to use it simply.
don't you think so?
I can leave the PR open and if someone wants it they can grab it
hmm... Why don't you want to incorporate the changes?
Well, it's a judgement call, so there isn't a hard rule... this does make it easier to incorporate into a C++ project, but it also makes the code more complicated. For this library, I've tried to keep the code as simple as possible, so I don't think the trade is worth it in this case. I like keeping the PR open so that if someone in the future asks for a C++ version, I can simply point to this PR.
Hey @velipso Modified so that it can be used as a library from c++. please merge this!