You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the project provides .mid files. While the format is standardized, the Standard MIDI File more of an end-product than an instance of source code.
To realize the dream of a true Free and Open Source Software Chord Pack, I suggest we use MIDIUtil, a Python program released under the MIT license, to generate all the possible chords programmatically, and publish the generator code here, and the resulting artifacts via Releases - we could even set up a GitHub Actions workflow to compile the chords automatically.
...yes, I know there's prior art, but this sounds like a fun problem to solve (pun intended).
Edit: ldrolez/free-midi-chords is a better example and a true realization of the FOSS Chord Pack with 7k+ files, also available under MIT. Well done y'all!
The text was updated successfully, but these errors were encountered:
Currently, the project provides
.mid
files. While the format is standardized, the Standard MIDI File more of an end-product than an instance of source code.To realize the dream of a true Free and Open Source Software Chord Pack, I suggest we use MIDIUtil, a Python program released under the MIT license, to generate all the possible chords programmatically, and publish the generator code here, and the resulting artifacts via Releases - we could even set up a GitHub Actions workflow to compile the chords automatically.
...yes, I know there's prior art, but this sounds like a fun problem to solve (pun intended).
Edit: ldrolez/free-midi-chords is a better example and a true realization of the FOSS Chord Pack with 7k+ files, also available under MIT. Well done y'all!
The text was updated successfully, but these errors were encountered: