AudioParam

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

Protocol object for AudioParam

Constructors

Link copied to clipboard
constructor(paramId: String, nodeId: String, contextId: String, paramType: String, rate: WebAudio.AutomationRate, defaultValue: Double, minValue: Double, maxValue: Double)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard