Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.26 KB

SwiftlyChordUtilities

A Swift package to handle musical chords

Icon

For guitar, guitalele and ukulele chords.

  • Show chord diagrams in a SwiftUI View
  • Define custom chords in ChordPro format
  • Transpose chord definitions
  • Play the chord definitions with MIDI
  • SwiftUI 'bit and pieces' to alter the appearance of the chord diagram

This package is not stable because it's written for the 'Chord handling part' of my Chord Provider application.

See the Demo for details how to use the package.

Demo

Thanks

I stole inspiration, code and the guitar database from Swifty Chords but still send my PR's upstairs as you should do with Open Souce projects!

In use

I use this package in my following projects:

Documentation

This package is pretty well documented with DocC.

In Xcode: Product->Build Documentation.