tu-studio / audio-matrix

GNU General Public License v3.0
4 stars 0 forks source link

Reenable buffersize changed callback #5

Closed themaxw closed 1 month ago

themaxw commented 5 months ago

this is currently disabled to stop random segfaults and jack crashing after exiting this application. To fix this, activation has to be performed after the activation of the client. JackClient::prepare might need to be adjusted to properly re-prepare on a second call to this function.