|
VST 3 SDK VST 3.8
SDK for developing VST plug-in
|
#include <moduleinfo.h>
Classes | |
| struct | ClassInfo |
| struct | Compatibility |
| struct | FactoryInfo |
| struct | Snapshot |
Public Types | |
| using | SnapshotList = std::vector<Snapshot> |
| using | ClassList = std::vector<ClassInfo> |
| using | CompatibilityList = std::vector<Compatibility> |
Public Attributes | |
| std::string | name |
| std::string | version |
| FactoryInfo | factoryInfo |
| ClassList | classes |
| CompatibilityList | compatibility |
| using SnapshotList = std::vector<Snapshot> |
| using CompatibilityList = std::vector<Compatibility> |
| std::string name |
| std::string version |
| FactoryInfo factoryInfo |
| ClassList classes |
| CompatibilityList compatibility |