hydrogen-music / hydrogen

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

JackAudioDriver: more resilient handling of incoming BBT info #2035

Closed theGreatWhiteShark closed 1 week ago

theGreatWhiteShark commented 1 week ago

we do now check all float and double fields of the incoming BBT information for nan.

This occurred in QTractor 1.2.0-4.1 and caused an infinite loop in the AudioEngine rendering Hydrogen unresponsive.

Addresses #2033