1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_audio_utils
reuk df06a471c0
AudioProcessorPlayer: Support a greater variety of IO configurations
Previously, the AudioProcessorPlayer would always match the
AudioProcessor's bus configuration to the requested bus configuration,
even if the processor did not explicitly support the requested
configuration.

Now, if the requested configuration has one or fewer input channels, the
AudioProcessorPlayer will attempt to find a multi-input channel layout
for which `checkBusesLayoutSupported` returns true, and will use such a
layout if it exists. Otherwise, as a last resort, it will fall back to
using the channel layout requested by the AudioProcessorPlayer.

If the AudioProcessorPlayer has no input channels, but the wrapped
processor is initialised with multiple input channels, each of these
inputs will be fed with silence.

If the AudioProcessorPlayer has a single input channel, but the wrapped
processor is initialised with multiple input channels, each input
channel will be fed with a copy of the AudioProcessorPlayer's mono
input.
2021-03-12 18:05:56 +00:00
..
audio_cd Updated all license headers 2020-06-29 08:30:22 +01:00
gui Clang: Fix warnings when building with clang 10 2020-07-01 10:00:43 +01:00
native Android: Fix numeric conversion warnings 2021-02-03 16:09:54 +00:00
players AudioProcessorPlayer: Support a greater variety of IO configurations 2021-03-12 18:05:56 +00:00
juce_audio_utils.cpp Updated all license headers 2020-06-29 08:30:22 +01:00
juce_audio_utils.h Bump version number to 6.0.7 2021-01-14 17:26:20 +00:00
juce_audio_utils.mm Updated all license headers 2020-06-29 08:30:22 +01:00