hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.03k stars 172 forks source link

AudioEngine: tweaks m_pLocker #1822

Closed theGreatWhiteShark closed 1 year ago

theGreatWhiteShark commented 1 year ago

Apart from telling which line, file, and function was last or is currently locking the audio engine the AudioEngine::m_pLocker does now also contain a member indicating whether the AE is currently locked or not.

In addition, m_pLocker was added to the output of AudioEngine::toQString().

Some debug messages were introduced in the DiskWriterDriver addresses #1820