mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 04:20:13 +02:00
Add TODO about replacing known_iids with flags
This commit is contained in:
@@ -54,6 +54,9 @@ class YaPluginFactory : public Steinberg::IPluginFactory3 {
|
||||
|
||||
/**
|
||||
* The IIDs that the interface we serialized supports.
|
||||
*
|
||||
* TODO: Replace this with a set of boolean flags, just like we're doing
|
||||
* with the other interfaces.
|
||||
*/
|
||||
std::set<Steinberg::FUID> known_iids;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user