Files
ardour/libs
Robin Gareus 6cb90471fe VST3: set numChannels to match the speaker-arrangement
This fixes an issue with recent JUCE when using a stereo
plugin on a mono track.

`juce::validateLayouts` requires that numChnanels matches
the configured channel-mapping:
69795dc8e5/modules/juce_audio_processors/format_types/juce_VST3Common.h (L630)
JUCE could be more liberal and accept
`(int) mapIterator->size() > it->numChannels`
2023-03-17 05:58:10 +01:00
..
2023-02-06 21:04:17 -07:00
2023-02-24 02:00:10 +01:00
2022-08-03 12:10:01 -06:00
2022-09-21 19:09:55 -06:00
2023-02-08 02:03:54 +01:00
2023-02-04 18:23:18 +01:00