Jean-Michaël Celerier

Results 672 comments of Jean-Michaël Celerier

Very enthusiast to see this too ! Any chances to see this merged in Qt trunk ?

can confirm the issue (and the solution)

note that this was valid until C++20: https://timsong-cpp.github.io/cppwp/n4861/diff.cpp17.class#2

feel free to pull my patch https://github.com/jcelerier/websocketpp/commit/3e761b5aa2d415bbe8cf211c7c9a847e4e5f2044

same issue here. Some apps are able to connect to jack through ASIO (for instance PureData and Ableton Live have no problems) though.

The problem can be hit fairly simply : https://github.com/jackaudio/jack2/issues/332

> Just unregister that asio driver it would be great if this was fixed in the JACK codebase instead (or whatever provides the bridge, but AFAIK it comes from the...

@sletz given that client apps need /DYNAMICBASE:NO to be able to load the jack asio bridge without crashing, I'd *assume* that the issue is due to a pointer being marshalled...

@EvanBalster I think it's worth getting that PR in portaudio anyways: I routinely encounter people who installed some versoin of JackRouter 5, 6 years ago and completely forgot about it...

yup, here it is! #22 thanks for the quick answer