What is CPP?
-
Hey there, i got some data from a client which is C++ functions and FX i believe. I also have seen cpp data inside my HISE folders.
Now, is it possible to make use of these files or do these need Juce to be impemented well and wont work with HISE?Help apprechaited :)
-
.cpp
and.h
are C++ files. How they are used depends on what they do and how they are implemented. -
That looks like a ready to use C++ plugin built with JUCE. Just throw it in the compiler and enjoy :)
You might want to ask for the Projucer file to so that it creates the project for your IDE.