plugin

Undocumented in source.

Members

Aliases

jsonFalse
alias jsonFalse = JSONType.false_
Undocumented in source.
jsonFalse
alias jsonFalse = JSON_TYPE.FALSE
Undocumented in source.
jsonTrue
alias jsonTrue = JSONType.true_
Undocumented in source.
jsonTrue
alias jsonTrue = JSON_TYPE.TRUE
Undocumented in source.

Classes

DplugBuildBuiltCorrectlyException
class DplugBuildBuiltCorrectlyException
Undocumented in source.

Enums

Compiler
enum Compiler
Undocumented in source.

Functions

configIsAAX
bool configIsAAX(string config)
Undocumented in source. Be warned that the author may not have intended to support it.
configIsAU
bool configIsAU(string config)
Undocumented in source. Be warned that the author may not have intended to support it.
configIsLV2
bool configIsLV2(string config)
Undocumented in source. Be warned that the author may not have intended to support it.
configIsVST2
bool configIsVST2(string config)
Undocumented in source. Be warned that the author may not have intended to support it.
configIsVST3
bool configIsVST3(string config)
Undocumented in source. Be warned that the author may not have intended to support it.
makeMacIcon
string makeMacIcon(string outputDir, string pluginName, string pngPath)
Undocumented in source. Be warned that the author may not have intended to support it.
makePListFile
string makePListFile(Plugin plugin, string config, bool hasIcon, bool isAudioComponentAPIImplemented)
Undocumented in source. Be warned that the author may not have intended to support it.
makePListFileForPKGBuild
string makePListFileForPKGBuild(string bundleName)
Undocumented in source. Be warned that the author may not have intended to support it.
makeRSRC_internal
string makeRSRC_internal(string outputDir, Plugin plugin, Arch arch, bool verbose)
Undocumented in source. Be warned that the author may not have intended to support it.
makeRSRC_with_Rez
string makeRSRC_with_Rez(Plugin plugin, Arch arch, bool verbose)
Undocumented in source. Be warned that the author may not have intended to support it.
readPluginDescription
Plugin readPluginDescription(string rootDir)
Undocumented in source. Be warned that the author may not have intended to support it.
stripConfig
string stripConfig(string config)
Undocumented in source. Be warned that the author may not have intended to support it.
toBool
bool toBool(JSONValue v)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(Compiler compiler)
Undocumented in source. Be warned that the author may not have intended to support it.
toStringArchs
string toStringArchs(Arch[] archs)
Undocumented in source. Be warned that the author may not have intended to support it.
toStringUpper
string toStringUpper(Compiler compiler)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Plugin
struct Plugin
Undocumented in source.

Meta