NAME

POE::Framework::MIDI::Bar - Container for MIDI events

ABSTRACT

DESCRIPTION

This package acts as a container for MIDI events

SYNOPSIS

  my $bar = new POE::Framework::MIDI::Bar;

  $bar->add_event($some_event);

SEE ALSO

POE

POE::Framework::MIDI::Utility

http://justsomeguy.com/code/POE/POE-Framework-MIDI

AUTHOR

Primary: Steve McNabb <steve@justsomeguy.com>

CPAN ID: SMCNABB

Secondary: Gene Boggs <cpan@ology.net>

CPAN ID: GENE

COPYRIGHT AND LICENCE

Copyright (c) 2004 Steve McNabb. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.