The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "dist:MIDI-Perl"

MIDI - read, compose, modify, and write MIDI files River stage two • 16 direct dependents • 20 total dependents

This suite of modules provides routines for reading, composing, modifying, and writing MIDI files. From FOLDOC ("http://wombat.doc.ic.ac.uk/foldoc/"): MIDI, Musical Instrument Digital Interface <multimedia, file format> (MIDI /mi'-dee/, /mee'-dee/) A...

CONKLIN/MIDI-Perl-0.84 - 17 Oct 2023 07:56:56 UTC

MIDI::Opus - functions and methods for MIDI opuses River stage two • 16 direct dependents • 20 total dependents

MIDI::Opus provides a constructor and methods for objects representing a MIDI opus (AKA "song"). It is part of the MIDI suite. An opus object has three attributes: a format (0 for MIDI Format 0), a tick parameter (parameter "division" in MIDI::Filesp...

CONKLIN/MIDI-Perl-0.84 - 17 Oct 2023 07:56:56 UTC

MIDI::Score - MIDI scores River stage two • 16 direct dependents • 20 total dependents

This module provides functions to do with MIDI scores. It is used as the basis for all the functions in MIDI::Simple. (Incidentally, MIDI::Opus's draw() method also uses some of the functions in here.) Whereas the events in a MIDI event structure are...

CONKLIN/MIDI-Perl-0.84 - 17 Oct 2023 07:56:56 UTC

MIDI::Track - functions and methods for MIDI tracks River stage two • 16 direct dependents • 20 total dependents

MIDI::Track provides a constructor and methods for objects representing a MIDI track. It is part of the MIDI suite. MIDI tracks have, currently, three attributes: a type, events, and data. Almost all tracks you'll ever deal with are of type "MTrk", a...

CONKLIN/MIDI-Perl-0.84 - 17 Oct 2023 07:56:56 UTC

MIDI::Event - MIDI events River stage two • 16 direct dependents • 20 total dependents

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 e...

CONKLIN/MIDI-Perl-0.84 - 17 Oct 2023 07:56:56 UTC

MIDI::Simple - procedural/OOP interface for MIDI composition River stage two • 16 direct dependents • 20 total dependents

This module sits on top of all the MIDI modules -- notably MIDI::Score (so you should skim MIDI::Score) -- and is meant to serve as a basic interface to them, for composition. By composition, I mean composing anew; you can use this module to add to o...

CONKLIN/MIDI-Perl-0.84 - 17 Oct 2023 07:56:56 UTC

MIDI::Filespec - MIDI File Specification River stage two • 16 direct dependents • 20 total dependents

Look around <https://www.midi.org/specifications> to get a copy of the MIDI File Format specification....

CONKLIN/MIDI-Perl-0.84 - 17 Oct 2023 07:56:56 UTC
7 results (0.017 seconds)