Node Param Disconnected Event
data class NodeParamDisconnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double?) : Event
Content copied to clipboard
Notifies that an AudioNode is disconnected to an AudioParam.
Constructors
NodeParamDisconnectedEvent
Link copied to clipboard
fun NodeParamDisconnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double? = null)
Content copied to clipboard
Functions
Properties
contextId
Link copied to clipboard
destinationId
Link copied to clipboard
sourceId
Link copied to clipboard
sourceOutputIndex
Link copied to clipboard
Sources
jvm source
Link copied to clipboard