dplug.client.daw

DAW identification.

Members

Enums

DAW
enum DAW
Undocumented in source.
PluginCategory
enum PluginCategory

Plug-in categories. For each plug-in format, a format-specific category is obtained from this.

Functions

identifyDAW
DAW identifyDAW(const(char*) s)
Undocumented in source. Be warned that the author may not have intended to support it.
parsePluginCategory
PluginCategory parsePluginCategory(const(char)[] input)

From a string, return the PluginCategory enumeration. Should be reasonably fast since it will be called at compile-time.

Meta