Skip to content

Tags: chris-zen/coremidi

Tags

0.8.0

Toggle 0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix object conversions (#47)

Fix object conversions

0.7.0

Toggle 0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adding support for MIDI 2.0 protocol (#36)

0.6.0

Toggle 0.6.0's commit message
Migrated CI to GitHub Actions && PacketBuffer improvements

- Rust compiler upgraded to 1.51.0
- Rust edition upgraded to 2018
- Upgrade coremidi-sys, core-foundation and core-foundation-sys
- Moved `struct`s and `impl`s together
- `PacketBuffer` uses `MIDIPacketListInit` and `MIDIPacketListAdd`
- Applied cargo fmt
- Several Clippy fixes
- Migrated CI to Github Actions
- **Breaks retro-compatibility for notification events**
   - `IOErrorInfo` renamed to `IoErrorInfo`
   - `Notification::IOError` renamed to `Notification::IoError`

0.5.0

Toggle 0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Documented How to Receive Client Notifications (#28)

0.4.0

Toggle 0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
implement Send for BoxedCallback (#15)

0.3.1

Toggle 0.3.1's commit message
Allow empty PacketBuffer and initial capacity

0.3.0

Toggle 0.3.0's commit message
PacketBuffer rewrite

0.2.0

Toggle 0.2.0's commit message
Correct lifetime for callback

0.1.0

Toggle 0.1.0's commit message
First beta release

0.0.2

Toggle 0.0.2's commit message
Added input ports support with callbacks and a packet builder.