1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/extras/audio plugin host/Source
2012-04-18 09:52:05 +01:00
..
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. 2011-07-09 13:18:55 +01:00
FilterGraph.h Added cue point parsing to wav file format. Added SystemStats::getComputerName() method. More minor nullptr/noexcept tweaks. 2011-04-08 15:27:03 +01:00
GraphEditorPanel.cpp Made the plugin host demo close its plugin windows before attempting to quit. 2012-04-18 09:52:05 +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 Made the plugin host demo close its plugin windows before attempting to quit. 2012-04-18 09:52:05 +01:00
MainHostWindow.h Made the plugin host demo close its plugin windows before attempting to quit. 2012-04-18 09:52:05 +01:00