Thomas Herrmann
Thomas Herrmann
This would be very helpful to discover things.
Hi! Ah, thats interesting, haven´t seen it so far. The downside is that it recudes the step resolution. I see what I can do. I wanted to implement this instead...
Thank you very much
Hi and thanks, sadly I cant really test it on mac. It may help to close anything else that can access the audio device or midi. Especially the DAW but...
Another thing on windows is that OP-Z is disabled by default the device is called OP-Z Synthesizer. 
Hi! Its equal to the settings of the pro version. Shown here : https://wiki.raise-uav.com/home/underbridge
Thanks for reporting back with the solution. Iḿ very rarely on windows these days.
Here you go : ``` # nuitka-project: --plugin-enable=numpy # nuitka-project: --include-package=librosa # nuitka-project: --follow-imports # nuitka-project: --noinclude-numba-mode=error # nuitka-project: --standalone # nuitka-project: --macos-create-app-bundle import librosa import numpy as np #...
Yeah thats a artifact from wildly experimenting.
I removed all of the NUmba decorators and ended up at the same place as when using `# nuitka-project: --noinclude-numba-mode=nofollow` Then the original error from the post shows up. `FATAL:...