varionator - generate variations on specified input
$ varionator 'c (d f) (g e b) c' $ echo 'c (d f) (g e b) c' | varionator -
Generates variations. Alternatives should be enclosed in parentheses, and will probably need quoting to protect them from the shell.
If the bug is in the latest version, send a report to the author. Patches that fix problems or add new features are welcome.
https://thrig.me/src/App-MusicTools.git
Copyright 2012 Jeremy Mates
This program is distributed under the (Revised) BSD License: http://www.opensource.org/licenses/BSD-3-Clause
To install App::MusicTools, copy and paste the appropriate command in to your terminal.
cpanm
cpanm App::MusicTools
CPAN shell
perl -MCPAN -e shell install App::MusicTools
For more information on module installation, please visit the detailed CPAN module installation guide.