Preset

A preset is a slot in a plugin preset list

Constructors

this
this(string name, const(float)[] normalizedParams)
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.
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.
serializeBinary
void serializeBinary(O output)
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.
unserializeBinary
void unserializeBinary(ubyte[] input)

Static functions

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

Meta