Christopher Arndt
Christopher Arndt
> Can you try by adding -DDISABLE_PYTHON_TESTS=OFF? Same results. > I wonder if there is some remnant configuration somewhere... The build process I use for AUR packages always starts with...
Closing this a s "wontfix" now, since using MIDI as such high speeds is out scope for this project. If you want to propose a fix, feel free to submit...
The Waldorf Microwave (I/II) also had an interesting way of generating Wavetables on the fly. You had to write a Wavtable program in a assembly-like language and then convert that...
choosenim uses a simple method to check whether a binary nim distribution for the chosen version and current system is available. It just builds a filename using the template `http://nim-lang.org/download/nim-$1$2_x$3`...
Thank you for the suggestion. I think this could be added relatively easily. For the client side, the `client.Client` class would need to be changed, to use a `Transport` class...
I can't even compile the VST3 on Linux (Manjaro). I get a linking error I don't understand. I tried compiling with: ``` mkdir build; cd build cmake -DCMAKE_BUILD_TYPE=Release -Wno-dev .....
FWIW, I'm maintaining my own fork of WaveEdit now at https://github.com/SpotlightKid/WaveEdit, which I use as the basis of the AUR package.
Closing this since I'm cleaning my unmerged PRs and this hasn't been acted upon in years.
The ability to stop a sequence when it is not finished is a feature, IMO. Maybe there should be a flag `SequencerThread.stop(play_pending=False)`, but that would also require changes to the...
@TheK0tYaRa Can you confirm whether this is solved?