Leadbelly
Leadbelly
With `zig_fmt_autosave` enabled, the following file causes an error to be raised on save. ```zig const std = @import("std"); test "format bug" { std.debug.print("Hello, World!",); } ``` The error: ```...
Hardware: 2020 Macbook Pro M1 OS: Big Sur [primify-install-output.txt](https://github.com/LeviBorodenko/primify/files/7771218/primify-install-output.txt) The command `python3 -m pip install primify` fails with the attached output. It looks like the install script is invoking `clang`...
Hi! I'm a new user running Ubuntu 18.04.4 and using mapmap-0.6.2. My issue is that video content is not loading correctly. When I try to create a new mesh from...
I noticed that on macOS the example plugins are just raw binary files. Most tooling expects a "bundle" for a clap plugins with a `Info.plist`, etc. I'm only able to...
Hi, nice tool! I had a poke around and found the --config and --dump-config arguments to the committed exec. I tried out the following: ```bash committed --dump-config .committed-config ``` And...
the midi2 crate is a really good candidate for a fuzz testing round. Especially while in this early alpha phase, where many of the message wrappers are potentially quite unstable....
The MIDI 2.0 spec describes how channel voice 1 messages can be converted into channel voice 2. Currently there is no support for this. ## Acceptance Criteria * Conversions should...
A nice addition to the crate would be some "Incubator" types (name notwithstanding), which could be fed with packets / bytes and then polled for valid messages. ## Considerations *...
We are missing an implementation for Mixed Data Set messages. This one should just be some amount of busy work.
We don't yet have any wrappers for MIDI 2.0 CI messages. I propose that these wrappers should be implemented using the same `midi2_proc::generate_message` macro, and should also be generic over...