Preset

A preset is a slot in a plugin preset list

Constructors

this
this(string name, const(float)[] normalizedParams, const(ubyte)[] stateData)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

getNormalizedParamValues
inout(float)[] getNormalizedParamValues()
Undocumented in source. Be warned that the author may not have intended to support it.
getStateData
ubyte[] getStateData()
Undocumented in source. Be warned that the author may not have intended to support it.
loadFromHost
void loadFromHost(Client client)
Undocumented in source. Be warned that the author may not have intended to support it.
name
const(char)[] name()
Undocumented in source. Be warned that the author may not have intended to support it.
saveFromHost
void saveFromHost(Client client)
Undocumented in source. Be warned that the author may not have intended to support it.
setName
void setName(const(char)[] newName)
Undocumented in source. Be warned that the author may not have intended to support it.
setNormalized
void setNormalized(int paramIndex, float value)
Undocumented in source. Be warned that the author may not have intended to support it.
setStateData
void setStateData(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

isValidNormalizedParam
bool isValidNormalizedParam(float f)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta