Description
Can we add Sendable conformance to all core types (e.g. NoteClass, Note, Chord, etc.)?
Proposed Solution
I think it'd be pretty straightforward to add for most types.
Describe Alternatives You've Considered
I have to add @unchecked Sendable on custom types that use Tonic's types.
Additional Context
No response
Description
Can we add
Sendableconformance to all core types (e.g.NoteClass,Note,Chord, etc.)?Proposed Solution
I think it'd be pretty straightforward to add for most types.
Describe Alternatives You've Considered
I have to add
@unchecked Sendableon custom types that use Tonic's types.Additional Context
No response