Nodes Connected Event
data class NodesConnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double?, destinationInputIndex: Double?) : Event
Content copied to clipboard
Notifies that two AudioNodes are connected.
Constructors
NodesConnectedEvent
Link copied to clipboard
fun NodesConnectedEvent(contextId: GraphObjectId, sourceId: GraphObjectId, destinationId: GraphObjectId, sourceOutputIndex: Double? = null, destinationInputIndex: Double? = null)
Content copied to clipboard
Functions
Properties
contextId
Link copied to clipboard
destinationId
Link copied to clipboard
destinationInputIndex
Link copied to clipboard
sourceId
Link copied to clipboard
sourceOutputIndex
Link copied to clipboard
Sources
jvm source
Link copied to clipboard