HISE Docs

Connection


Class methods

disconnect

Removes this connection.

Connection.disconnect()



getConnectionType

Returns the connection type.

Connection.getConnectionType()



getSourceNode

Returns the source node. If getSignalSource is true, it searches the node that creates the modulation signal.

Connection.getSourceNode(bool getSignalSource)



getTarget

Returns the target parameter of this connection.

Connection.getTarget()



getUpdateRate

Returns the update rate for the modulation connection.

Connection.getUpdateRate()



isConnected

Checks if the connection is still valid.

Connection.isConnected()