MCPcopy 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
784bool IsAudioThread()
785{
786 return std::this_thread::get_id() == ModularSynth::GetAudioThreadID();
787}
788
789float GetLeftPanGain(float pan)
790{

Callers 5

DoComputeMethod · 0.85
PlayNoteInternalMethod · 0.85
FlushMethod · 0.85
ProcessMethod · 0.85
SetSnapshotMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected