dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
PluginVersion
dplug
client
client
Undocumented in source.
struct
PluginVersion {
int
major
;
int
minor
;
int
patch
;
int
toVSTVersion
();
int
toAUVersion
();
}
Members
Functions
toAUVersion
int
toAUVersion
()
Undocumented in source. Be warned that the author may not have intended to support it.
toVSTVersion
int
toVSTVersion
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
major
int
major
;
Undocumented in source.
minor
int
minor
;
Undocumented in source.
patch
int
patch
;
Undocumented in source.
Meta
Source
See Implementation
dplug
client
client
classes
Client
functions
parsePluginInfo
interfaces
IHostCommand
structs
LegalIO
PluginInfo
PluginVersion
TimeInfo