NAME
Data::Dataset::ChordProgressions - Provide access to hundreds of possible chord progressions
VERSION
version 0.0101
SYNOPSIS
use Data::Dataset::ChordProgressions;
my $filename = Data::Dataset::ChordProgressions::as_file();
my @data = Data::Dataset::ChordProgressions::as_list();
my %data = Data::Dataset::ChordProgressions::as_hash();
DESCRIPTION
Data::Dataset::ChordProgressions
provides access to hundreds of possible chord progressions.
FUNCTIONS
as_file
$filename = Data::Dataset::ChordProgressions::as_file();
Return the data filename location.
as_list
@data = Data::Dataset::ChordProgressions::as_list();
Return the data as an array.
as_hash
%data = Data::Dataset::ChordProgressions::as_hash();
Return the data as a hash.
AUTHOR
Gene Boggs <gene@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Gene Boggs.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.