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 committed by Edgar Aichinger
parent fc2e1c0f92
commit 5dfd6a4b29

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;