From f7cb7d402779384a17408314ec285876299e3ae5 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 24 Aug 2020 01:18:26 +0300 Subject: Remove old comment --- src/adlmidi_opl3.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/adlmidi_opl3.cpp') diff --git a/src/adlmidi_opl3.cpp b/src/adlmidi_opl3.cpp index 1719191..1309d83 100644 --- a/src/adlmidi_opl3.cpp +++ b/src/adlmidi_opl3.cpp @@ -546,8 +546,6 @@ void OPL3::touchNote(size_t c, } else volume = 0; - // The incorrect formula below: SOLVE(V=127^4 * (2^(A/63)-1), A) - //opl.Touch_Real(c, volume>(11210*127) ? 91.61112 * std::log((4.8819E-7/127)*volume + 1.0)+0.5 : 0); } break; -- cgit v1.2.3