mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-26 02:14:22 +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. |
||
|---|---|---|
| .. | ||
| juce_AudioPluginInstance.cpp | ||
| juce_AudioPluginInstance.h | ||
| juce_AudioProcessor.cpp | ||
| juce_AudioProcessor.h | ||
| juce_AudioProcessorEditor.cpp | ||
| juce_AudioProcessorEditor.h | ||
| juce_AudioProcessorEditorHostContext.h | ||
| juce_AudioProcessorGraph.cpp | ||
| juce_AudioProcessorGraph.h | ||
| juce_AudioProcessorListener.h | ||
| juce_AudioProcessorParameter.h | ||
| juce_AudioProcessorParameterGroup.cpp | ||
| juce_AudioProcessorParameterGroup.h | ||
| juce_GenericAudioProcessorEditor.cpp | ||
| juce_GenericAudioProcessorEditor.h | ||
| juce_HostedAudioProcessorParameter.h | ||
| juce_PluginDescription.cpp | ||
| juce_PluginDescription.h | ||