1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/examples/audio plugin host/Source
2017-01-10 12:50:45 +00:00
..
FilterGraph.cpp Added support saving/restoring plugin bus layouts in the audio host demo 2017-01-10 12:50:45 +00:00
FilterGraph.h Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
FilterIOConfiguration.cpp Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
FilterIOConfiguration.h Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
GraphEditorPanel.cpp Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
GraphEditorPanel.h Revised multibus API and added support for multibus hosting 2016-09-16 17:06:19 +01:00
HostStartup.cpp Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host 2016-08-10 17:40:47 +01:00
InternalFilters.cpp Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
InternalFilters.h Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 2016-04-06 18:31:24 +01:00
MainHostWindow.cpp Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
MainHostWindow.h Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive 2016-08-09 09:26:29 +01:00