NAME

MIDI::Device::DX7 - Yamaha DX7 MIDI Metadata

VERSION

version 0.0101

SYNOPSIS

use MIDI::Device::DX7 ();
my $device = MIDI::Device::DX7->new;
print "Device: ", join(", ", $device->name, $device->manufacturer), "\n";
my $ccs = $device->cc; # [ {} ] # None!

DESCRIPTION

Yamaha DX7 synthesizer device metadata. This device does not have control change messages, as the DX7 predates the widespread use of CC#s.

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.