midly icon indicating copy to clipboard operation
midly copied to clipboard

A feature-complete MIDI parser and writer focused on speed.

Results 6 midly issues
Sort by recently updated
recently updated
newest added

Hello again :) I hope this isn't considered spam, I'd rather be spamming than non-exhaustive hence the amount of messages ! ### ***SequencerSpecific and Unknown are in wildcard match case...

For a project I am working on serde support for the `MidiMessage` is useful. I have implemented `deserialize` and `serialize` for just that enum and its contents but if you...

See #26 for use case So this is just the use case I need at the moment and I'm not sure about how it would fit in the library that's...

Hi @kovaxis! This is more of a suggestion than anything else: maybe there is interest in reducing the technical debt of maintaining `u7`, `u4`, etc. and use some purpose-built solution?...

Hello, thank you for your work. I have run into a little problem, I wrote a function to transpose a midi file by n semi tones : ```rust use midly::MidiMessage;...

I'm trying to write events, coming from jack midi input port, to a mid file. I guess I could say I'm trying to record a midi sequence. The documentation doesn't...