13
0

VST3: do not expose hidden parameters as automatable

This commit is contained in:
Robin Gareus 2024-06-20 16:32:53 +02:00
parent 3efe7ff056
commit a0da78d8c5
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1486,6 +1486,7 @@ VST3PI::VST3PI (std::shared_ptr<ARDOUR::VST3PluginModule> m, std::string unique_
if (pi.flags & /*Vst::ParameterInfo::kIsHidden*/ (1 << 4)) {
p.label = X_("hidden");
p.automatable = 0;
}
#if 1 // if (host_editing == 0) // FUnknownPtr<Vst::IEditControllerHostEditing> host_editing (_controller);