Called after a cable connects to or disconnects from a port. This event is not called for output ports if a stackable cable was added/removed and did not change the port's connected state. */
| 407 | This event is not called for output ports if a stackable cable was added/removed and did not change the port's connected state. |
| 408 | */ |
| 409 | virtual void onPortChange(const PortChangeEvent& e) {} |
| 410 | |
| 411 | struct SampleRateChangeEvent { |
| 412 | float sampleRate; |
no outgoing calls
no test coverage detected