NAME

Audio::CoolEdit::Read - Methods for reading Syntrillium CoolEdit Pro .ses files.

SYNOPSIS

use Audio::CoolEdit;

my $cool = new Audio::CoolEdit;

my $read = $cool -> read( './testfile.ses' );

NOTES

This module shouldn't be used directly, a blessed object can be returned from Audio::CoolEdit.

AUTHOR

Nick Peskett - nick@soup.demon.co.uk

SEE ALSO

L<Audio::CoolEdit>

L<Audio::CoolEdit::Write>

METHODS

dump

The only method, returns a complex reference to a hash with all sorts of stuff in it. :-)

print Data::Dumper->Dump([ $cool -> dump() ]);