diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2022-08-18 04:15:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:39 +0700 |
commit | d62113f1b5ac665967b1f7118450fc02d07a486d (patch) | |
tree | f141e52ddfb1b46dd6550585a6c640b124c0b1c9 /libraries/libADLMIDI/README | |
parent | 90efc0dd26cb93971e57026435c9ffaefa4ff410 (diff) |
libraries/libADLMIDI: Added (MIDI Synthesizer)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libADLMIDI/README')
-rw-r--r-- | libraries/libADLMIDI/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/libraries/libADLMIDI/README b/libraries/libADLMIDI/README new file mode 100644 index 0000000000..29a0ad1f67 --- /dev/null +++ b/libraries/libADLMIDI/README @@ -0,0 +1,35 @@ +libADLMIDI is a free Software MIDI synthesizer library with OPL3 +emulation. + +Some Key features: + +OPL3 emulation with four-operator mode support +FM patches from a number of known PC games, copied from files typical + to AIL = Miles Sound System / DMX / HMI = Human Machine Interfaces / + Creative IBK. +Stereo sound +Number of simulated OPL3 chips can be specified as 1-100 (maximum + channels 1800!) +Pan (binary panning, i.e. left/right side on/off) +Pitch-bender with adjustable range +Vibrato that responds to RPN/NRPN parameters +Sustain (a.k.a. Pedal hold) and Sostenuto enable/disable +MIDI and RMI file support +Real-Time MIDI API support +loopStart / loopEnd tag support (Final Fantasy VII) +111-th controller based loop start (RPG-Maker) +Use automatic arpeggio with chords to relieve channel pressure +Support for multiple concurrent MIDI synthesizers (per-track + device/port select FF 09 message), can be used to overcome 16 channel + limit +Support for playing Id-software Music File format (IMF) +Support for custom banks of WOPL format +Partial support for GS and XG standards (having more instruments than + in one 128:128 GM set and ability to use multiple channels for + percussion purposes, and a support for some GS/XG exclusive + controllers) +CC74 "Brightness" affects a modulator scale (to simulate frequency + cut-off on WT synths) +Portamento support (CC5, CC37, and CC65) +SysEx support that supports some generic, GS, and XG features +Full-panning stereo option (works for emulators only) |