cemolcay / MusicTheory

Universal music theory library for iOS, iPadOS, macOS, tvOS and watchOS in Swift
MIT License
439 stars 50 forks source link

Chord to Codable? #43

Closed ilionic closed 3 years ago

ilionic commented 3 years ago

Looking for advice how to represent Chord in serialisable format (write to and from json )

Something like Chord notation but being able to parse it back to Chord would be perfect but I guess is tricky for cases like Bm(♭5)(♭9/♮11)

Thanks, great library!