VST3: Ardour enumerates Tracks/Busses by type

e.g. Track 1, Bus 1
This commit is contained in:
Robin Gareus
2025-08-25 21:57:41 +02:00
parent e6dd5512b6
commit 0d03390976

View File

@@ -2864,7 +2864,7 @@ VST3PI::getContextInfoValue (int32& value, FIDString id)
return kNotInitialized;
}
if (0 == strcmp (id, ContextInfo::kIndexMode)) {
value = ContextInfo::kFlatIndex;
value = ContextInfo::kPerTypeIndex;
} else if (0 == strcmp (id, ContextInfo::kType)) {
if (s->is_singleton ()) {
value = ContextInfo::kOut;