Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
261
void DrumPlayer::LoadSampleUnlock()
262
{
263
mLoadingSamples = false;
264
mLoadSamplesDrawMutex.unlock();
265
mLoadSamplesAudioMutex.unlock();
266
}
267
268
void DrumPlayer::Process(double time)
269
{
Callers
1
LoadSample
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected