AudioParam

@Serializable
data class AudioParam(val paramId: GraphObjectId, val nodeId: GraphObjectId, val contextId: GraphObjectId, val paramType: ParamType, val rate: AutomationRate, val defaultValue: Double, val minValue: Double, val maxValue: Double)

Protocol object for AudioParam

Official doc

Constructors

Link copied to clipboard
constructor(paramId: GraphObjectId, nodeId: GraphObjectId, contextId: GraphObjectId, paramType: ParamType, rate: AutomationRate, defaultValue: Double, minValue: Double, maxValue: Double)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)