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:
parent
1b217d13ec
commit
b0457a9ec5
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue