1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
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
..
juce_analytics Bump version number to 6.0.7 2021-01-14 17:26:20 +00:00
juce_audio_basics VST3: Add support for 7.x.4 speaker arrangements 2021-03-10 16:14:42 +00:00
juce_audio_devices CoreMidi: Use RAII to avoid potential leaks of MIDI ports/endpoints 2021-02-23 18:05:06 +00:00
juce_audio_formats AudioFormats: Allow WindowsMediaAudioFormat by default on Windows 2021-01-25 10:16:33 +00:00
juce_audio_plugin_client AudioProcessorPlayer: Support a greater variety of IO configurations 2021-03-12 18:05:56 +00:00
juce_audio_processors PluginHostType: Add missing juce:: namespace 2021-03-12 10:11:43 +00:00
juce_audio_utils AudioProcessorPlayer: Support a greater variety of IO configurations 2021-03-12 18:05:56 +00:00
juce_blocks_basics CharacterFunctions: Add new function to move pointer past whitespace 2021-02-18 10:54:29 +00:00
juce_box2d Bump version number to 6.0.7 2021-01-14 17:26:20 +00:00
juce_core URL: Added InputStreamOptions and enable POST data to be sent with URL-encoded parameters. 2021-03-12 16:23:59 +00:00
juce_cryptography Bump version number to 6.0.7 2021-01-14 17:26:20 +00:00
juce_data_structures XmlElement: Update loops to use new iterators 2021-01-28 20:14:11 +00:00
juce_dsp Convolution: Compensate for volume changes when resampling IRs 2021-03-11 15:19:31 +00:00
juce_events AppDelegate: Ensure correct lifetime of static objects 2021-03-05 11:26:22 +00:00
juce_graphics Correctly scale saturation value to 0-1 in HSL Colour constructor 2021-02-19 19:07:12 +00:00
juce_gui_basics VST3: Fix issue where Ardour would repeatedly try to resize editors 2021-03-11 16:51:35 +00:00
juce_gui_extra Windows: Added ScopedThreadDPIAwarenessSetter for correctly setting and resetting thread DPI-awareness for methods which interact with an HWND and removed some DPI workarounds 2021-03-02 15:56:10 +00:00
juce_opengl Linux: Remove embedded OpenGL window events from event queue when destroying 2021-03-12 11:02:24 +00:00
juce_osc Bump version number to 6.0.7 2021-01-14 17:26:20 +00:00
juce_product_unlocking Bump version number to 6.0.7 2021-01-14 17:26:20 +00:00
juce_video Android: Fix numeric conversion warnings 2021-02-03 16:09:54 +00:00
CMakeLists.txt Updated all license headers 2020-06-29 08:30:22 +01:00