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 4e754a838b Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'. 13 years ago
..
FilterGraph.cpp Changed the return values of some virtual methods in FileBasedDocument - Strings and File objects are now non-const, and the load/save functions return a Result object rather than a string. 13 years ago
FilterGraph.h Changed the return values of some virtual methods in FileBasedDocument - Strings and File objects are now non-const, and the load/save functions return a Result object rather than a string. 13 years ago
GraphEditorPanel.cpp Fixed some findParentComponentOfClass() calls. 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 Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'. 13 years ago
MainHostWindow.h Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'. 13 years ago