AudioKit / Keyboard

SwiftUI music keyboard
MIT License
133 stars 25 forks source link

Export Tonic so consumer does not have to import it #17

Closed orchetect closed 1 year ago

orchetect commented 1 year ago

Keyboard uses Tonic value types such as Pitch, which are not usable if the consumer only imports Keyboard. It is not obvious that Tonic must also be imported to use them and throws an ambiguous error. Exporting Tonic allows Tonic's value types to be used while only needing to import Keyboard.