Main > Programming > Libraries >

MIDI 0.81

MIDI 0.81

Sponsored Links

MIDI 0.81 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
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 );

MIDI 0.81 Screenshot

Advertisements

MIDI 0.81 Keywords

Bookmark MIDI 0.81

Hyperlink code:
Link for forum:

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

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Sponsored Links
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