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 35d3fab960
AU Client: Improve AUChannelInfo reporting and add tests
The previous implementation could emit 'wildcard' channel layouts in too
many scenarios.

A wildcard channel count is -1 or -2, and indicates that any number of
channels is supported on the bus.

If the input and output layouts must match, then a layout of [-1, -1]
should be returned.

If any layout is valid in both directions, then a layout of [-1, -2]
should be returned.

In the case where we have a bus A and opposite bus B, we will now only
emit a wildcard count for bus A if every bus standard bus layout up to a
channel count of 16 can be applied successfully without changing the bus
count of B.
2025-08-14 14:13:09 +01:00
..
format Update licensing information 2024-04-16 11:39:35 +01:00
format_types AU Client: Improve AUChannelInfo reporting and add tests 2025-08-14 14:13:09 +01:00
processors Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
scanning Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
utilities Docs: Replace doxygen preprocessor conditionals with @cond and @endconds 2025-07-21 18:11:43 +02:00
juce_audio_processors.cpp AU Client: Improve AUChannelInfo reporting and add tests 2025-08-14 14:13:09 +01:00
juce_audio_processors.h VST3: Allow manifest helper to run independently 2025-06-10 16:13:33 +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