| 811 | void processMidiEvent( const MidiEvent&, const f_cnt_t _offset ); |
| 812 | |
| 813 | void updateSampleRate( sample_rate_t _sr ) |
| 814 | { |
| 815 | lock(); |
| 816 | sendMessage( message( IdSampleRateInformation ).addInt( _sr ) ); |
| 817 | waitForMessage( IdInformationUpdated, true ); |
| 818 | unlock(); |
| 819 | } |
| 820 | |
| 821 | |
| 822 | virtual void toggleUI() |
no test coverage detected