dx7.lib

Yamaha DX7 emulation library. Its official prefix is dx.

References


(dx.)fdbkscalef

DX7 feedback scaling conversion function. Index 0 is special: it disables the feedback path entirely.

Usage:

fdbkscalef(fb_shift) : _

Where:

  • fb_shift: DX7 feedback value

Reference


(dx.)fdbkscalef2

DX7 feedback scaling conversion function for algos 4, 6, 32. Index 0 is special: it disables the feedback path entirely.

Usage:

fdbkscalef2(fb_shift) : _

Where:

  • fb_shift: DX7 feedback value

Reference


(dx.)algorithms

Generic DX7 function where all parameters are controllable using UI elements. This function is MIDI-compatible.

Usage

algorithms : _

(dx.)algorithm

DX7 function for a specific algorithm at compile-time. This function comes with a GUI and is MIDI-compatible.

Usage

algorithm(algo) : _

Where:

  • algo: algorithm identifier (1-32)