SLUCHABLUB
SLUCHABLUB
I added support for the "super" (command ⌘ / windows) key modifier in keyboard shortcuts. I put it at the end of the chain so that modifiers are formatted as:...
Fix an incorrect error message regarding the size of `usize` and `isize` in `cast_precision_loss`.
When trying to cast a `usize` or `isize` using `as` to a type of potentially smaller size the `cast_precision_loss` would claim that the size of `usize` is "32 or 64...
I've implemented some of the things I had in mind. Some changes may be more "controversial" than others so I'm prepared to cherry pick the commits. TO-DO list: - [x]...
Whilst there is no "correct" way to model music, most applications and written sources (in the west at least) use international/scientific pitch notation. This means that the leftmost octave on...