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

Method LoadSampleUnlock

Source/DrumPlayer.cpp:261–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void DrumPlayer::LoadSampleUnlock()
262{
263 mLoadingSamples = false;
264 mLoadSamplesDrawMutex.unlock();
265 mLoadSamplesAudioMutex.unlock();
266}
267
268void DrumPlayer::Process(double time)
269{

Callers 1

LoadSampleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected