https://github.com/baudcode/sox-chords
Generating Guitar Chords with Python using Sox
https://github.com/baudcode/sox-chords
chords guitar guitar-chords python scales sox
Last synced: 3 months ago
JSON representation
Generating Guitar Chords with Python using Sox
- Host: GitHub
- URL: https://github.com/baudcode/sox-chords
- Owner: baudcode
- License: mit
- Created: 2019-03-08T22:19:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T20:10:33.000Z (over 6 years ago)
- Last Synced: 2025-06-01T19:18:01.203Z (4 months ago)
- Topics: chords, guitar, guitar-chords, python, scales, sox
- Language: Python
- Homepage:
- Size: 2.44 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Sox-Chords
[](https://travis-ci.org/baudcode/sox-chords)With the sox-chords module you can generate guitar chords using sox.
Currently supported chords are:- Sus4
- Sus2
- MajorTriad
- MinorTriad
- AugmentedTriad
- DiminishedTriad
- MajorSeventh
- MinorSeventh
- DominantSeventh
- MinorMajorSeventh
- AugmentedSeventh
- AugmentedMajorSeventh
- DiminishedSeventh
- HalfDiminishedSeventhYou can create Scales as well.
For examples please see **examples/How To.ipynb**