NodesConnected

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

Notifies that two AudioNodes are connected.

Official doc

Constructors

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

Properties

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