| 449 | } |
| 450 | |
| 451 | void RtMidi :: setClientName( const std::string &clientName ) |
| 452 | { |
| 453 | rtapi_->setClientName( clientName ); |
| 454 | } |
| 455 | |
| 456 | void RtMidi :: setPortName( const std::string &portName ) |
| 457 | { |
nothing calls this directly
no test coverage detected