Ali Somay
Ali Somay
I am also excited about midi 2.0 support and started to write a crate to expose the types and utilities to support the complete set of specifications including CI. It...
Thank you very much for your contribution @juhanakristian. I'm going through an exceptionally busy time until 20th of July. But I'll definitely try to look and merge this latest next...
Logo and README are done.
A couple of more badges could be added such as the licence.
Same here..
By checking further, I'm seeing that, ```c int len=(int)recvfrom(socket_fd, outdata, expted_len, 0, (struct sockaddr *)&cli_addr, &clilen); ``` in `yudpsocket.c` blocks on device. I've changed the socket options a bit to...
If you have time, I'd love if you try again. It would be great help to me. Then I can know if it originates from me or the library.
By the way I'm just starting to implement hot plugging to one of my existing apps, I'm developing on a mac but the actual target is Windows. Did anyone successfully...
I have now checked it in Windows, a simple polling loop retrieves the updated devices.
https://github.com/RustAudio/cpal/pull/809#issuecomment-1793875672 I realized that also and suggested a fix. I can make a PR but I don't use emscripten and I don't know how the optional type translation to wasm...