The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules a16aee5fa5 Made the plugin host demo close its plugin windows before attempting to quit. 13 years ago
..
FilterGraph.cpp Fixed VST hosting compile error. Stopped the ApplicationProperties class being a singleton - instead, just create and use an instance of it in your apps. 14 years ago
FilterGraph.h Added cue point parsing to wav file format. Added SystemStats::getComputerName() method. More minor nullptr/noexcept tweaks. 14 years ago
GraphEditorPanel.cpp Made the plugin host demo close its plugin windows before attempting to quit. 13 years ago
GraphEditorPanel.h Made the plugin host demo close its plugin windows before attempting to quit. 13 years ago
HostStartup.cpp Fix for OSX VST host windowing order problem. 13 years ago
InternalFilters.cpp Changed the audio plugin host projects to be Jucer-generated. 15 years ago
InternalFilters.h Removed const-ness from some return types to take advantage of future c++0x advantages. 14 years ago
MainHostWindow.cpp Made the plugin host demo close its plugin windows before attempting to quit. 13 years ago
MainHostWindow.h Made the plugin host demo close its plugin windows before attempting to quit. 13 years ago