NAME
MIDI::Device::DX7 - Yamaha DX7 MIDI Metadata
VERSION
version 0.0100
SYNOPSIS
use MIDI::Device::DX7 ();
my $device = MIDI::Device::DX7->new;
print "Device: ", join(", ", $device->name, $device->manufacturer), "\n";
my $ccs = $device->cc; # [ { number => 1, name => 'Modulation' }, ... ]
DESCRIPTION
Yamaha DX7 synthesizer device metadata and control change messages.
ATTRIBUTES
module
The name of this module: 'MIDI::Device::DX7'.
name
Device name: dx7
METHODS
new
$device = MIDI::Device::DX7->new;
Return a new MIDI::Device::DX7 object.
AUTHOR
Gene Boggs <gene.boggs@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 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.