NodeParamDisconnected

@Serializable
data class NodeParamDisconnected(val contextId: GraphObjectId, val sourceId: GraphObjectId, val destinationId: GraphObjectId, val sourceOutputIndex: Double? = null) : WebAudioEvent(source)

Notifies that an AudioNode is disconnected to an AudioParam.

Official doc

Constructors

Link copied to clipboard
constructor(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double? = null)

Properties

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