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
reuk 5297df9995
AudioProcessorGraph: Remove unnecessary precision conversion buffer
The double-precision buffer is unnecessary because internal nodes should
be prepared using the same precision as the graph itself, and all
AudioProcessors *must* support single-precision processing. Therefore,
if the graph is prepared to use single-precision, then all inner nodes
*must* also use single-precision.

This change also shares the remaining temporary buffer.
2025-04-10 17:28:17 +01:00
..
format Update licensing information 2024-04-16 11:39:35 +01:00
format_types VST3: Silence clang-20 nontrivial-memcall warning 2025-04-09 12:07:43 +01:00
processors AudioProcessorGraph: Remove unnecessary precision conversion buffer 2025-04-10 17:28:17 +01:00
scanning PluginListComponent: Add missing TRANS statements 2024-11-21 13:42:54 +00:00
utilities Docs: Add some missing Doxygen markup 2025-01-10 09:25:04 +00:00
juce_audio_processors.cpp AudioProcessor: Use new MessageManager::callSync 2025-02-06 18:22:33 +00:00
juce_audio_processors.h Bump version number to 8.0.7 2025-04-08 10:51:07 +01:00
juce_audio_processors.mm Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_processors_ara.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_audio_processors_lv2_libs.cpp Update licensing information 2024-04-16 11:39:35 +01:00