Skip to main content

Reads and outputs FM parameters contained within DefleMask's DMP files

Project description

DefleMask Preset Viewer CircleCI PyPI version

Reads DMP files and displays the stored parameters

Installation

$ pip3 install deflemask-preset-viewer

Usage

$ deflemask-preset-viewer tests/sample.dmp
Version    8       FM       Unknown
Algorithm  3       LFO FMS  0
Feedback   0       LFO AMS  0
Operator   1       2       3       4
MUL        14      1       0       0
TL         39      24      24      19
AR         31      31      31      31
DR         15      14      9       9
SL         14      14      14      14
RR         15      15      15      15
AM         0       0       0       0
RS         2       0       0       0
DT         3       3       3       3
D2R        0       0       0       0
SSG        0       0       0       0

It can also generate C code for inclusion in the Mega Drive MIDI Interface project. Specify -c to output parameters in this way:

$ deflemask-preset-viewer tests/sample.dmp -c
static const Channel SAMPLE = { 3, 0, 3, 0, 0, 0, 0, 
    { 14, 3, 31, 2, 15, 0, 14, 0, 15, 39 }, 
    { 1, 3, 31, 0, 14, 0, 14, 0, 15, 24 }, 
    { 0, 3, 31, 0, 9, 0, 14, 0, 15, 24 }, 
    { 0, 3, 31, 0, 9, 0, 14, 0, 15, 19 } };

Supported Versions

Only supports 8 and 11 versions of the DMP format.

Build & Test

$ make test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

deflemask-preset-viewer-0.0.8.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

deflemask_preset_viewer-0.0.8-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page