MIDI::Event

MIDI::Event is a Perl module that contains MIDI events.
Download

MIDI::Event Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Sean M. Burke
  • Publisher web site:
  • http://search.cpan.org/~sburke/

MIDI::Event Tags


MIDI::Event Description

MIDI::Event is a Perl module that contains MIDI events. MIDI::Event is a Perl module that contains MIDI events.SYNOPSIS # Dump a MIDI file's text events die "No filename" unless @ARGV; use MIDI; # which "use"s MIDI::Event; MIDI::Opus->new( { "from_file" => $ARGV, "exclusive_event_callback" => sub{print "$_n"}, "include" => @MIDI::Event::Text_events } ); # These options percolate down to MIDI::Event::decode exit;Functions and lists to do with MIDI events and MIDI event structures.An event is a list, like: ( 'note_on', 141, 4, 50, 64 )where the first element is the event name, the second is the delta-time, and the remainder are further parameters, per the event-format specifications below.An event structure is a list of references to such events -- a "LoL". If you don't know how to deal with LoLs, you must read perllol. Requirements: · Perl


MIDI::Event Related Software