How can I transform example files PIP in VST application?
Can you explain in more detail what you are looking to do?
I’m begginer in Juce. I’d like transform a PIP file in VST application. After download PIP file, I open it with Projucer, select audio plugin in project Type and generate a project in Visual Studio, compile etc… but it don’t generate a VST3 file in folder Debug/VST…it’s first… Other thing that I’d like to learn it’s extract information of PIP file and transport it to Audio Plugin Project, that has PluginPocessor.cpp and PulginEditor.cpp. Pip Files only has one class and mix graphics and processor audio functions in one class… It would be interesting divide it PluginPocessor.cpp/.h and PulginEditor.cpp/.h
