HISE Docs

Connection


Class methods

disconnect

Removes this connection. Edit on GitHub

Connection.disconnect()



getConnectionType

Returns the connection type. Edit on GitHub

Connection.getConnectionType()



getSourceNode

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

Connection.getSourceNode(bool getSignalSource)



getTarget

Returns the target parameter of this connection. Edit on GitHub

Connection.getTarget()



getUpdateRate

Returns the update rate for the modulation connection. Edit on GitHub

Connection.getUpdateRate()



isConnected

Checks if the connection is still valid. Edit on GitHub

Connection.isConnected()