Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
254
void DrumPlayer::LoadSampleLock()
255
{
256
mLoadSamplesAudioMutex.lock();
257
mLoadSamplesDrawMutex.lock();
258
mLoadingSamples = true;
259
}
260
261
void DrumPlayer::LoadSampleUnlock()
262
{
Callers
1
LoadSample
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected