Matthew Prock

Results 8 comments of Matthew Prock

MacOS natively supports a MIDI wireless interface, and in my experience the latency is not terrible. This project below makes it compatible with Windows as well. https://www.tobias-erichsen.de/software/rtpmidi.html

Its the same protocol as well. I experimented with friends of mine who only run windows, and the native MIDI network driver on MacOS was interoperable. The latency was acceptable,...

Thats understandable, if I get some time away from school I might investigate as well, maybe submit a PR. The feature would be great though, as of now I need...

I appreciate your response, have a good day!

Yes, that would be perfect. Would it be possible to have --raw for copy and paste? The reason being is I need to put "'s around everything coming from neovim...

I was planning on making the neovim module basically: ``` index = 1 cb copy(index) [whatever was put in the neovim clipboard buffer] -- (then asynchronously) if cb paste_history ==...

The script fails because the CI VMs do not have the permissions to /usr/local, but they have sudo permissions. They all try to copy and fail.

The link inside the script is not returning a file. I recommend building with: ```bash git clone --depth 1 https://github.com/slackadays/Clipboard cd Clipboard/build cmake -DNO_ALSA=true -DCMAKE_BUILD_TYPE=Release .. cmake --build . #...