Music::Scala - Scala scale support for Perl
this module can be installed using cpanm:
cpanm Music::Scala
run perldoc(1) on Music::Scala for documentation
to install from source code, with dependencies:
git clone https://thrig.me/src/Music-Scala.git
cd Music-Scala
cpanm .
or the manual old fashioned way:
perl Build.PL && ./Build test && ./Build install
DEPENDENCIES
Some knowledge of music theory, notably scales, tuning, and temperaments.
https://www.huygens-fokker.org/scala/ and in particular
https://www.huygens-fokker.org/docs/scales.zip will likely be of some use.
COPYRIGHT AND LICENCE
Copyright (C) 2013 by Jeremy Mates
This module is free software; you can redistribute it and/or modify it
under the Artistic License (2.0).