mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
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. |
||
|---|---|---|
| .. | ||
| format | ||
| format_types | ||
| processors | ||
| scanning | ||
| utilities | ||
| juce_audio_processors.cpp | ||
| juce_audio_processors.h | ||
| juce_audio_processors.mm | ||
| juce_audio_processors_ara.cpp | ||
| juce_audio_processors_lv2_libs.cpp | ||