1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-12-25 18:30:21 +00:00
CLK/Components/OPL2
Thomas Harte e51e2425cc Attempts to implement decay and release the right way around and with full precision.
Higher numbers = decay/release more quickly, not more slowly.
2020-05-08 18:40:49 -04:00
..
Implementation Attempts to implement decay and release the right way around and with full precision. 2020-05-08 18:40:49 -04:00
OPL2.cpp Continues doing away with the attempt heavily to interleave the OPLL and OPL2, creating a new OPLL class. 2020-05-04 21:14:51 -04:00
OPL2.hpp Continues doing away with the attempt heavily to interleave the OPLL and OPL2, creating a new OPLL class. 2020-05-04 21:14:51 -04:00
OPLL.cpp Ensures rhythm envelope generators don't pick up should_damp state. 2020-05-08 00:18:31 -04:00
OPLL.hpp Declare proper envelope precision. 2020-05-08 17:58:50 -04:00