mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
Add automation support for VST3 bypass
This commit is contained in:
parent
e30464b210
commit
7cecc7edfb
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ public:
|
|||
info.stepCount = 1;
|
||||
info.defaultNormalizedValue = 0.0f;
|
||||
info.unitId = Vst::kRootUnitId;
|
||||
info.flags = Vst::ParameterInfo::kIsBypass;
|
||||
info.flags = Vst::ParameterInfo::kIsBypass | Vst::ParameterInfo::kCanAutomate;
|
||||
}
|
||||
|
||||
virtual ~BypassParam() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue