NAME

make_bank5 - Creates a synthy SoundFont, as demo for MIDI::SoundFont

SYNOPSIS

make_bank5            # the default output-file is /tmp/Bank5.sf2
make_bank5 -o /home/soundfonts/Bank5.sf2
make_bank5 -c -o /home/soundfonts/Bank5.sf2  # suggests timidity.cfg
perldoc make_bank5    # read the manual :-)

DESCRIPTION

This script creates a SoundFont file from scratch, using some simple waveforms. It is one of the example scripts that comes with the MIDI::SoundFont CPAN module.

OPTIONS

-d /home/soundfonts

Sets the output directory, to /home/soundfonts in this example. In this directory, the files Bank5.sf2, SawtoothToTriangle.pat and SquareToSine.pat will be created. The default directory is /tmp.

-c

Also prints to STDOUT a suggested paragraph for your timidity.cfg file

-v

Prints version number.

CHANGES

20120319  1.0  first working version

AUTHOR

Peter J Billam http://www.pjb.com.au/comp/contact.html

CREDITS

Based on the MIDI::SoundFont CPAN module.

SEE ALSO

http://search.cpan.org/perldoc?MIDI::SoundFont
http://www.pjb.com.au/midi/
man timidity.cfg