MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / LoadSampleLock

Method LoadSampleLock

Source/DrumPlayer.cpp:254–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void DrumPlayer::LoadSampleLock()
255{
256 mLoadSamplesAudioMutex.lock();
257 mLoadSamplesDrawMutex.lock();
258 mLoadingSamples = true;
259}
260
261void DrumPlayer::LoadSampleUnlock()
262{

Callers 1

LoadSampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected