writing an external in C++
Hi,
I'd like to write an external in C++ and use the juce library in it.
Is that something that can be done easily, or should I expect some difficulties on the way?
Is there any c++ example somewhere?
Hi,
I've been doing a lot of development in C++ recently and I've not encountered any particular difficulty. There is also an example in the SDK. The only noteworthy thing is that, unlike C, C++ doesn't like when void* is cast to a non-void pointer, so you'll have to add a few casts here and there.
As for Juce, have a look at this thread: https://cycling74.com/forums/juce-2
Hope this helps,
andrea
Thanks Andrea!
Just found out about that! seems like this is the way to go !! :)
http://cycling74.github.io/min-devkit/