mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
VST3: Ardour enumerates Tracks/Busses by type
e.g. Track 1, Bus 1
This commit is contained in:
parent
fc2e1c0f92
commit
5dfd6a4b29
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue