Willem Jan Palenstijn

Results 17 comments of Willem Jan Palenstijn

I think ideally a sample producing midi driver wouldn't even be started if there's no main audio device. But I haven't yet looked into how to do this, or if...

One error I'm seeing when experimenting is caused by the pycuda device context handling. If you currently create a PythonKernel object (with lang=CUDA), it will create and activate a context...

P.S. "entirely changing" the pycuda backend's context handling is probably not all that hard. Just need to carefully go over it and see where the context needs to be explicitly...

The big question here is probably how to handle the (required and optional) kernel-tuner dependencies in a conda-friendly way. For the required dependencies, the recent addition of python-constraint is moderately...

By the way, I can confirm that using conda-skeleton as @isazi mentioned does indeed produce a working conda package, ignoring how to handle dependencies for the moment. Installing `python-constraint cupy...

I'm also getting this on Linux with cpal's ALSA backend. While debugging this I tried switching cpal to the Jack backend, and that seems to avoid this issue. (Or possibly...