Christopher Arndt
Christopher Arndt
@anoduck Hint: Development of choosenim now happens at https://github.com/nim-lang/choosenim
This ticket should be closed. > Is there a terminal program that can do the patchbay connections? See also https://github.com/SpotlightKid/jack-matchmaker
It seems that building this software from source needs the build tool [conan](https://aur.archlinux.org/packages/conan), whch is only available in the AUR and in turn depends on two more Python packages only...
The value used by python-rtmidi is actually 8196 bytes (should probably be 8192).
I'm sorry, but I don't currently have the time to debug this myself, nor do I have a Windows or FL Studio installation to test it with. On Windows reception...
The implementation of SysEx reception in the WinMM had changed. I have now updated the rtmidi version to the latest upstream and added a `set_buffer_size` method to the `MidiIn` class....
`ffi` is only need by the `tools/async_server.py` and `tools/minimal_server.py` :+1: You can either: 1. Implement your own server on top of `uosc/server.py`. 2. Compile `tools/async_server.py` and `tools/minimal_server.py` with `-O2`, so...
Short answer: because it isn't really needed and everyone's requirements are different. Long answer: The two main tasks for a server are a) to open a communication channel (e.g. an...