1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-17 00:44:19 +00:00
JUCE/extras/audio plugin host/Source
2012-05-23 21:31:44 +01:00
..
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. 2012-05-23 21:25:28 +01:00
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. 2012-05-23 21:25:28 +01:00
GraphEditorPanel.cpp Fixed some findParentComponentOfClass() calls. 2012-05-09 21:14:29 +01:00
GraphEditorPanel.h Made the plugin host demo close its plugin windows before attempting to quit. 2012-04-18 09:52:05 +01:00
HostStartup.cpp Fix for OSX VST host windowing order problem. 2012-04-16 13:58:29 +01:00
InternalFilters.cpp Changed the audio plugin host projects to be Jucer-generated. 2010-02-13 17:13:37 +00:00
InternalFilters.h Removed const-ness from some return types to take advantage of future c++0x advantages. 2011-06-15 20:32:29 +01:00
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'. 2012-05-23 21:31:44 +01:00
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'. 2012-05-23 21:31:44 +01:00