1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/examples
reuk e5255eb76c
ChildProcessDemo: Fix crashes when stopping child process
Previously, the child process could be deleted from its own
handleConnectionLost() callback, which would attempt to stop the child
process's thread from that same thread.

Now, the demo will attempt to stop the coordinator thread from the main
thread instead.
2022-02-18 16:43:26 +00:00
..
Assets AudioPluginHost: Embed the assets required for internal plug-ins 2021-11-08 14:08:05 +00:00
Audio Add KeyboardComponentBase class for custom MIDI keyboard components and MPEKeyboardComponent class 2022-01-21 14:44:14 +00:00
CMake CMake: Support automatic linking of bundled libraries in modules 2021-06-30 17:04:23 +01:00
DemoRunner Resave all projects 2022-02-18 16:28:51 +00:00
DSP Demos: Update SIMDRegisterDemo to use new AudioData interleaving/deinterleaving API 2021-10-06 16:44:52 +01:00
GUI Add FocusOutline class for indicating Component keyboard focus 2022-01-20 15:46:53 +00:00
Plugins AudioProcessorEditorHostContext: Fix naming of getContextMenuForParameter 2022-02-18 16:43:25 +00:00
Utilities ChildProcessDemo: Fix crashes when stopping child process 2022-02-18 16:43:26 +00:00
CMakeLists.txt BLOCKS: Remove juce_blocks_basics module 2021-05-19 16:53:01 +01:00