Thomas Herrmann

Results 61 comments of 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. ![Screenshot 2022-09-14 1414052](https://user-images.githubusercontent.com/6392076/190180299-5c8e2190-6aec-4121-88b1-e3857a74e81a.png)

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:...