From 95c6b9b55de0cfa2b8549468baebc1f41aa0bcfc Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 8 May 2020 17:58:50 -0400 Subject: [PATCH] Declare proper envelope precision. --- Components/OPL2/OPLL.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/OPL2/OPLL.hpp b/Components/OPL2/OPLL.hpp index cd57c95db..dc6a3c6f4 100644 --- a/Components/OPL2/OPLL.hpp +++ b/Components/OPL2/OPLL.hpp @@ -52,7 +52,7 @@ class OPLL: public OPLBase { int high_hat(); static constexpr int period_precision = 9; - static constexpr int envelope_precision = 9; + static constexpr int envelope_precision = 7; // Standard melodic phase and envelope generators; //