Chord-Provider icon indicating copy to clipboard operation
Chord-Provider copied to clipboard

A ChordPro file parser and editor for macOS Sonoma. Show the song with the chords for guitar, guitalele or ukulele and export them to PDF.

Chord Provider

A ChordPro file parser and editor for macOS, iPadOS and visionOS

Icon

Chord Provider is written in SwiftUI and needs Xcode 15 to compile.

  • macOS Sonoma
  • iPadOS 17
  • visionOS 1.1

There are many "ChordPro" parsers in this world, however, none are really native in the Apple world.

I mean, in the macOS world, it is often an afterthought... Not for me. I'm mainly a mac user; the other versions are my afterthought...

Chord Provider

The icon

A Telecaster shape, of course! In mid 2016 I felt in love with a guitar. An 'Olympic White'. That is the color of the shape. The background is a suitable modification of her 'plate'.

General

  • It wil view and/or edit ChordPro files.
  • It recognise most of the ChordPro directives, but not all.
  • It can show diagrams for the guitar, guitalele and ukulele.
  • You can click on a chord diagram and it will open a Sheet with all known versions.
  • It can transpose a song; however, only in the View. The document will not be changed and that's on purpose.
  • You can 'define' a Capo but that will not change any notes in the document; again on purpose.
  • It can export your song to a PDF document.
  • It can play chords with MIDI. Note: This does not work in a simulator.
  • It can play audio songs when stored next to the ChordPro file when defined with {musicpath: file-name.m4a} and when a music folder is selected (sandbox restriction).
  • Full 'left-handed' chords support.

macOS

  • It has a 'browser' for your songs if you select a folder.
  • It has a 'quick view' plugin for ChordPro files.

iPadOS

  • It is not tested on a real device.

visionOS

  • Currently DocumentGroup is partly broken. Resizing the window does not really work. (Xcode 15.3).
  • It is the future; however, not yet.
  • It is not tested on a real device.

Limitations

Not all chords in the database are correct; especially the more complicated chords. I wrote Chords Database for macOS and iPadOS to view and alter the database with all known chords. Feel free to contribute!

iCloud

The iPadOS app will make an iCloud folder named Chord Provider; that's where your songs should be stored. In the macOS app, you can select a folder with your songs. If you use the same iCloud folder; updates are instantly.

Thanks

Stole code (and ideas) from:

Used packages

External:

My own:

Icon

I like to start my package names with Swiftly instead of the usual Swifty {.leading} or Kit {.trailing}.

This is simply because it sounds more pleasing to me.

How to compile

Xcode 15 is required.

  1. Clone the project.
  2. Change the signing certificate to your own.
  3. Build and run!