-
Should probably use MIDI notes `60` - `65` as we intend to use the 5-position switch on the guitar controllers for this.
-
Hi! I love Fanciful, and currently use it in a plugin of mine.
I'm using the following code to run a multi-lined reply, while keeping them all wrapped as 1 long line.
```
public FancyMessage linkNMS…
-
Hi @danydoerr :)
When compiling with
```
cargo --version
cargo 1.76.0 (c84b36747 2024-01-18)
```
I get the following error:
```
cargo build --release
Compiling thiserror-impl v1.0.4…
-
With a guitar, for example, a chord can be strummed in different styles (downstroke / upstroke with different durations). Is it possible to represent this with the `|` operator?
-
A bitplucking module should be created to compliment bop.intermal.
Perhaps rename bop.pluck~.
bop.noteslider = bop.strum
bop.bitpluck = bop.pluck
bop.pluck~ becomes bop.hit / strike / keys or …
-
@jacob-hughes suggested we try LLVM's thread sanitiser on `yk` but we can't build with it with a string of errors starting:
```
Compiling hwtracer v0.1.0 (https://github.com/softdevteam/hwtrace…
-
@frol / @farcaller / @richardwhiuk / @paladinzh
In order to make the rust/reqwest api/models more flexible for use with an arbitrary/external client
I would propose the following changes...
1) …
-
If you derive `EnumString` on a enum with a `#[strum(default)]` it generates a `TryFrom` implementation which can never return an error. It would make sense to generate `From` instead
This would be…
-
I was hoping to use my Flash Synth with Le Strum but I seem to be stumped. Flash requires the MIDI port to follow the MIDI Manufacturer's Association spec. Does Le Strum follow that spec? In partic…
-
Hey, we use structs from the common crate to create some responses in our own RDAP server implementation.
The `icann-rdap-common` crate depends on some crates (such as reqwest) that are only needed…