1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00
JUCE/examples/audio plugin host/Source
hogliux 59cc979cfe Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host
Some NI plug-ins really don't like it if you call [NSApp stop] while they are still loaded.

Fixes #89
2016-08-10 17:40:47 +01:00
..
FilterGraph.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
FilterGraph.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
GraphEditorPanel.cpp Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host 2016-08-10 17:40:47 +01:00
GraphEditorPanel.h Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host 2016-08-10 17:40:47 +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 Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host 2016-08-10 17:40:47 +01:00
MainHostWindow.h Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive 2016-08-09 09:26:29 +01:00