Changes

Jump to: navigation, search

Willy

2 bytes removed, 3 March
/* Algorithm */
The OPL chips generate sound efficiently, without using any multiplication or other costly arithmetic operations. Instead, they use two look-up tables (exp and logsin) each containing 256 entries.
These The tables are used in this formula for 2-op "frequency modulated" (actually phase modulated) synthesis:
out = exp(logsin(phase2 + exp(logsin(phase1) + gain1)) + gain2)
11,928
edits