data class AudioParam
Protocol object for AudioParam
<init> |
Protocol object for AudioParam AudioParam(paramId: GraphObjectId, nodeId: GraphObjectId, contextId: GraphObjectId, paramType: ParamType, rate: AutomationRate, defaultValue: Double, minValue: Double, maxValue: Double) |
contextId |
val contextId: GraphObjectId |
defaultValue |
val defaultValue: Double |
maxValue |
val maxValue: Double |
minValue |
val minValue: Double |
nodeId |
val nodeId: GraphObjectId |
paramId |
val paramId: GraphObjectId |
paramType |
val paramType: ParamType |
rate |
val rate: AutomationRate |