WIP: Convert CV2 <-> CV1#85
Conversation
This reverts commit be3eead.
|
I'll check them out! I need to figure how to get it to automatically run with my setup so I see them myself before uploading. I had assumed that it would automatically run whenever I ran |
You should be able to run them locally with > cargo clippy --all-features |
| @@ -0,0 +1,672 @@ | |||
| pub trait FromCv2<T>: Sized { | |||
There was a problem hiding this comment.
These new traits should live in the traits module. This would be consistent with the other conversion traits and also ensure they end up in the crate prelude automatically.
|
How's the work here coming along ? Is there anything I can do to help ? I'd like to get this feature into the forthcoming 0.12.0 feature release. |
A work in progress attempt to implement appendix D of the Midi 2.0 spec that allows for automatic conversion between specific MIDI 2.0 and 1.0 messages.
See #16 for details.