MIDI

MIDI is a Perl module that can read, compose, modify, and write MIDI files.
Download

MIDI Ranking & Summary

Advertisement

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

MIDI Tags


MIDI Description

MIDI is a Perl module that can read, compose, modify, and write MIDI files. MIDI is a Perl module that can read, compose, modify, and write MIDI files.SYNOPSIS use MIDI; use strict; use warnings; my @events = ( , , # 1qn = .45 seconds ); for (1 .. 20) { push @events, , , ; } foreach my $delay (reverse(1..96)) { push @events, , , ; } my $cowbell_track = MIDI::Track->new({ 'events' => @events }); my $opus = MIDI::Opus->new( { 'format' => 0, 'ticks' => 96, 'tracks' => } ); $opus->write_to_file( 'cowbell.mid' ); Requirements: · Perl


MIDI Related Software