chris-zen / coremidi

CoreMIDI library for Rust
https://chris-zen.github.io/coremidi/coremidi/
MIT License
75 stars 20 forks source link

Fixes Virtual Destination Example #21

Closed jasongrlicky closed 4 years ago

jasongrlicky commented 4 years ago

Previously, the Virtual Destination example wouldn't seem like it worked because the virtual destination was dropped immediately upon creation. Assigning it to a local variable fixes this.

Also makes the text clearer and more consistent in the other examples.