Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ IsAudioThread
Function
IsAudioThread
Source/SynthGlobals.cpp:784–787 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
782
}
783
784
bool IsAudioThread()
785
{
786
return std::this_thread::get_id() == ModularSynth::GetAudioThreadID();
787
}
788
789
float GetLeftPanGain(float pan)
790
{
Callers
5
DoCompute
Method · 0.85
PlayNoteInternal
Method · 0.85
Flush
Method · 0.85
Process
Method · 0.85
SetSnapshot
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected