Skip to content

A library for musical scales and notes. Can generate chord diagrams for the guitar, and has various tools for working with and generating scales.

Notifications You must be signed in to change notification settings

Kah0ona/harmony-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Harmony

A Haskell library for musical scales and notes. Useful for creating scales and chords and notes and manipulating them like transposing them. Can generate chord diagrams for the guitar, and has various tools for working with and generating scales.

Can print stuff like:

ghci> putStr $ fretdiagram (majorTriad A) standardTuning 5

5 7 7 6 5 5
===========
| | | | | |
| | | | | |
| | | | | |
| | | | | |
o | | | o o
| | | o | |
| o o | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |

Also see this blog post

About

A library for musical scales and notes. Can generate chord diagrams for the guitar, and has various tools for working with and generating scales.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published