chris-zen / coremidi

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

AnyObject needs to be public #51

Closed akhudek closed 4 months ago

akhudek commented 5 months ago

I'm trying to work with the notifications support, but it appears impossible to properly handle Notifications without AnyObject being exposed as part of the crate api. Am I missing some other way to handle AnyObject children?

chris-zen commented 4 months ago

Thanks @akhudek