NAME
Types::MIDI - Type library for MIDI
VERSION
version 0.6003
TYPES
Channel
An integer from 0 to 15 corresponding to a MIDI Channel.
Velocity
An integer from 0 to 127 corresponding to a MIDI Velocity.
Note
An integer from 0 to 127 corresponding to a MIDI Note Number.
PercussionNote
A "Note" from 27 through 87, corresponding to a value in the General MIDI 2 Percussion Sound Set.
SEE ALSO
MIDI 1.0 Detailed Specification (Document Version 4.2.1), revised February 1996 by the MIDI Manufacturers Association: https://midi.org/midi-1-0-core-specifications
Appendix B: GM 2 Percussion Sound Set in General MIDI 2 (Version 1.2a), published February 6, 2007 by the MIDI Manufacturers Association: https://midi.org/general-midi-2
AUTHOR
Gene Boggs <gene.boggs@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014-2025 by Gene Boggs.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.