| 164 | bool CanReceiveAudio() { return mCanReceiveAudio; } |
| 165 | bool CanReceiveNotes() { return mCanReceiveNotes; } |
| 166 | bool CanReceivePulses() { return mCanReceivePulses; } |
| 167 | virtual bool ShouldSuppressAutomaticOutputCable() { return false; } |
| 168 | |
| 169 | virtual void CheckboxUpdated(Checkbox* checkbox, double time) {} |
no outgoing calls
no test coverage detected