diff --git a/Source/JaySynth.cpp b/Source/JaySynth.cpp index faad96b..2ebb455 100644 --- a/Source/JaySynth.cpp +++ b/Source/JaySynth.cpp @@ -1586,9 +1586,8 @@ void JaySynthThread::run(void) } JaySynthThread::JaySynthThread(WaitableEvent *pEventRdy, voice_t *pVoices, int num_voices, int offset, int step) -: Thread(L"") +: Thread(L"JaySynthAudioThread_" + String(offset)) { - setCurrentThreadName(L"JaySynthAudioThread_" + String(offset)); m_pEventRdy = pEventRdy; m_num_voices = num_voices; m_pVoices = pVoices;