AudioSettings

local settings for project (not supposed to put under source control)

Constructors

this
this(string filename)
Undocumented in source.

Members

Functions

afterLoad
void afterLoad()

override to do something after loading - e.g. set defaults

getControllerValue
int getControllerValue(ControllerId controllerId, int defValue)
Undocumented in source. Be warned that the author may not have intended to support it.
setControllerValue
AudioSettings setControllerValue(ControllerId controllerId, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
updateDefaults
void updateDefaults()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

accompSettings
Setting accompSettings [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
accompanimentFile
string accompanimentFile [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
accompanimentFile
string accompanimentFile [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
accompanimentVolume
int accompanimentVolume [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
accompanimentVolume
int accompanimentVolume [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
audioSettings
Setting audioSettings [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
controllerSettings
Setting controllerSettings [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
exclusiveMode
bool exclusiveMode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
instrumentId
string instrumentId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
instrumentId
string instrumentId [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
instrumentSettings
Setting instrumentSettings [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
minFrameMillis
int minFrameMillis [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
noteRange
int[2] noteRange [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
noteRange
int[2] noteRange [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
playbackDevice
string playbackDevice [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
playbackDevice
string playbackDevice [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta