1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_processors_headless
reuk a38fd6b477
AudioProcessorGraph: Make prepareToPlay and releaseResources truly synchronous
Previously, these functions would only do a synchronous rebuild of the
graph when called from the main thread. However, in scenarios like
offline rendering, the graph *must* be ready to process after
prepareToPlay() returns, even if the prepare call is made on a
background thread.
2025-09-24 15:14:28 +01:00
..
format AudioPluginFormatManager: Move to headless processors module 2025-09-17 12:50:08 +01:00
format_types Fix VS2026 class member shadowing warnings 2025-09-18 20:51:02 +02:00
processors AudioProcessorGraph: Make prepareToPlay and releaseResources truly synchronous 2025-09-24 15:14:28 +01:00
utilities juce_audio_processors_headless: Remove juce_graphics dependency 2025-09-17 12:50:08 +01:00
juce_audio_processors_headless.cpp AudioPluginFormatManager: Move to headless processors module 2025-09-17 12:50:08 +01:00
juce_audio_processors_headless.h Fix version number of juce_audio_processors_headless module 2025-09-18 12:25:29 +01:00
juce_audio_processors_headless.mm Create new empty juce_audio_processors_headless module 2025-09-17 12:50:07 +01:00
juce_audio_processors_headless_ara.cpp Move files without UI dependencies to juce_audio_processors_headless 2025-09-17 12:50:07 +01:00
juce_audio_processors_headless_lv2_libs.cpp LV2PluginFormat: Extract headless plugin format type 2025-09-17 12:50:08 +01:00