Skip to content

Fix object conversions

Latest
Compare
Choose a tag to compare
@chris-zen chris-zen released this 18 Nov 11:40
· 3 commits to master since this release
3a9f51a
  • Removes the capability to convert between different types of objects.
  • Allows to clone Device, Entity, Source and Destination because they are just object references which lifetime is managed by CoreMIDI.
  • Introduces the type AnyObject that can encapsulate different types of objects as needed by the Notifications

BREAKING CHANGES:

  • The Notifications structs change from using ObjectType/Object to using AnyObject.
  • Several From conversions are removed.