jackcpp icon indicating copy to clipboard operation
jackcpp copied to clipboard

C++ bindings for the jack audio callback and lockfree ringbuffer

Results 1 jackcpp issues
Sort by recently updated
recently updated
newest added

The client cannot be running when this is done, because then we may erase from the middle of `m{Input,Output}Ports` while `jackToClassAudioCallback` is getting the ports. There's probably a way to...