1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00
JUCE/modules/juce_audio_processors
reuk 8f74f3624c
AU Format: Enable output channels in MIDI FX
This mostly reverts commit 6e89e61b89.

MIDI FX plugins are allowed to have audio channels, even if they only
produce silence. If a plugin requests a particular bus/channel layout,
the host should respect this request, or attempt to update the layout.
The host should fill all channels that the plugin expects to be filled.

The old commit also meant that we weren't correctly supplying the host
sample rate to MIDI FX plugins.
2021-04-19 14:37:38 +01:00
..
format Allow use of an external VST3 SDK on BSD 2021-04-01 08:39:25 +01:00
format_types AU Format: Enable output channels in MIDI FX 2021-04-19 14:37:38 +01:00
processors VST3: Add a new PluginDescription::uniqueId field 2021-04-07 15:14:20 +01:00
scanning XmlElement: Update loops to use new iterators 2021-01-28 20:14:11 +00:00
utilities Added preliminary support for FreeBSD 2021-03-29 14:16:46 +01:00
juce_audio_processors.cpp Allow use of an external VST3 SDK on BSD 2021-04-01 08:39:25 +01:00
juce_audio_processors.h VST3: Add a new PluginDescription::uniqueId field 2021-04-07 15:14:20 +01:00
juce_audio_processors.mm Updated all license headers 2020-06-29 08:30:22 +01:00