PDL::Audio::Pitches - All the standard musical pitch names.


PDL-Audio documentation  | view source Contained in the PDL-Audio distribution.

Index


NAME

Top

PDL::Audio::Pitches - All the standard musical pitch names.

SYNOPSIS

Top

 use PDL::Audio::Pitches;

 print a4;  # prints 440
 print bs3; # prints 261.63

DESCRIPTION

Top

This module defines (and exports by default(!)) all standard pitch names:

cdefgab with trailing octave, e.g. a4, g3, c0, a8, interleaved "f" and "s", e.g. as4, bf3, fs6.

AUTHOR

Top

Marc Lehmann <schmorp@schmorp.de>

SEE ALSO

Top

perl(1), PDL, PDL::Audio.


PDL-Audio documentation  | view source Contained in the PDL-Audio distribution.