quiniouben / vban

VBAN protocol open-source implementation
GNU General Public License v3.0
457 stars 64 forks source link

Jack callback set to early, causes crash #58

Closed zokrezyl closed 4 years ago

zokrezyl commented 4 years ago

It looks like jack_set_process_callback is called way to early. While initialising, jack is triggering the call to the callback, but stuff is not prepared and the vban_receptor crashes. I tried a simple naive solution that would return from the callback at the beginning if called before jack_start was executed.

zokrezyl commented 4 years ago

duplicate of #38 . Saw it only later. Closing therefore

zokrezyl commented 4 years ago

duplicate of #38 . Saw it only later. Closing therefore