mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Add a TODO for speeding up VST3 compilation
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
|
||||
// TODO: If this approach works, maybe we can also refactor the VST2 handling to
|
||||
// do this since it's a bit safer and easier to read
|
||||
// TODO: Get rid of all of the purely interface `Ya*` classes and just have the
|
||||
// message structs in namespaces like we now do for CLAP. That should
|
||||
// speed up compilation a bit and help us get rid of a lot of .cpp files.
|
||||
|
||||
// All messages for creating objects and calling interfaces on them are defined
|
||||
// as part of the interfaces and implementations in `vst3/`
|
||||
|
||||
Reference in New Issue
Block a user