mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
minor fix for wavesaudio backend after earlier changes + merge/meld madness
This commit is contained in:
parent
943394a49a
commit
3adfa9ef57
1 changed files with 2 additions and 2 deletions
|
|
@ -770,8 +770,8 @@ WavesAudioBackend::_audio_device_callback (const float* input_buffer,
|
|||
}
|
||||
|
||||
if (_main_thread != pthread_self() ) {
|
||||
std::cerr << "Process thread ID has changed. Expected thread: " << process_id << " current thread: " << pthread_self() << std::dec << " !" << std::endl;
|
||||
_main_thread = pthread_self();
|
||||
std::cerr << "Process thread ID has changed. Expected thread: " << _main_thread << " current thread: " << pthread_self() << std::dec << " !" << std::endl;
|
||||
_main_thread = pthread_self();
|
||||
}
|
||||
|
||||
engine.process_callback (nframes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue