1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Fixed a typo in the VST wrapper

This commit is contained in:
hogliux 2016-09-19 19:08:29 +01:00
parent 1b217d13ec
commit b0457a9ec5

View file

@ -764,7 +764,7 @@ public:
const AudioChannelSet& channelSet = bus.getCurrentLayout();
AudioChannelSet::ChannelType channelType = channelSet.getTypeOfChannel (channelIdx);
properties.flags = vstPinInfoFlagIsActive | vstPinInfoFlagIsStereo;
properties.flags = vstPinInfoFlagIsActive | vstPinInfoFlagValid;
properties.configurationType = SpeakerMappings::channelSetToVstArrangementType (channelSet);
String label = bus.getName();