MIDI 0.81
Sponsored Links
MIDI 0.81 Ranking & Summary
File size:
0.061 MB
Platform:
Any Platform
License:
Perl Artistic License
Price:
Downloads:
907
Date added:
2007-05-11
Publisher:
Sean M. Burke
MIDI 0.81 description
MIDI is a Perl module that can read, compose, modify, and write MIDI files.
SYNOPSIS
use MIDI;
use strict;
use warnings;
my @events = (
[text_event,0, MORE COWBELL],
[set_tempo, 0, 450_000], # 1qn = .45 seconds
);
for (1 .. 20) {
push @events,
[note_on , 90, 9, 56, 127],
[note_off, 6, 9, 56, 127],
;
}
foreach my $delay (reverse(1..96)) {
push @events,
[note_on , 0, 9, 56, 127],
[note_off, $delay, 9, 56, 127],
;
}
my $cowbell_track = MIDI::Track->new({ events => @events });
my $opus = MIDI::Opus->new(
{ format => 0, ticks => 96, tracks => [ $cowbell_track ] } );
$opus->write_to_file( cowbell.mid );
SYNOPSIS
use MIDI;
use strict;
use warnings;
my @events = (
[text_event,0, MORE COWBELL],
[set_tempo, 0, 450_000], # 1qn = .45 seconds
);
for (1 .. 20) {
push @events,
[note_on , 90, 9, 56, 127],
[note_off, 6, 9, 56, 127],
;
}
foreach my $delay (reverse(1..96)) {
push @events,
[note_on , 0, 9, 56, 127],
[note_off, $delay, 9, 56, 127],
;
}
my $cowbell_track = MIDI::Track->new({ events => @events });
my $opus = MIDI::Opus->new(
{ format => 0, ticks => 96, tracks => [ $cowbell_track ] } );
$opus->write_to_file( cowbell.mid );
MIDI 0.81 Screenshot
MIDI 0.81 Keywords
MIDI
Perl module
midi files
MIDI 0.81
events
write
module
read
modify
Perl
MIDI 0.81
Libraries
Programming
Bookmark MIDI 0.81
MIDI 0.81 Copyright
WareSeeker periodically updates pricing and software information of MIDI 0.81 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of MIDI 0.81 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
Featured Software
Want to place your software product here?
Please contact us for consideration.
Contact WareSeeker.com
Sponsored Links
Related Information
Related Software
MIDI::Opus are functions and methods for MIDI opuses. Free Download
MIDI::Simple is a procedural/OOP interface for MIDI composition. Free Download
Graph is a Perl module with graph data structures and algorithms. Free Download
DCE::UUID is a Perl module with misc UUID functions. Free Download
Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files. Free Download
Libelf lets you read, modify or create ELF files in an architecture-independent way. Free Download
AudioCD is a Perl module for basic Audio CD control. Free Download
ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.ed Free Download
Latest Software
Popular Software
Favourite Software