Node Param Connected Event
data class NodeParamConnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double?) : Event
Content copied to clipboard
Notifies that an AudioNode is connected to an AudioParam.
Constructors
NodeParamConnectedEvent
Link copied to clipboard
fun NodeParamConnectedEvent(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