MCPcopy Create free account
hub / github.com/LMMS/lmms / updateSampleRate

Function updateSampleRate

include/RemotePlugin.h:813–819  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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()

Callers 10

VstSyncControllerMethod · 0.85
sf2InstrumentMethod · 0.85
loadFileMethod · 0.85
GigInstrumentMethod · 0.85
loadFileMethod · 0.85
GigSampleMethod · 0.85
GigPlayer.cppFile · 0.85
initMethod · 0.85
VstPluginMethod · 0.85
processMessageMethod · 0.85

Calls 3

lockFunction · 0.70
messageClass · 0.70
unlockFunction · 0.70

Tested by

no test coverage detected