1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Declare proper envelope precision.

This commit is contained in:
Thomas Harte 2020-05-08 17:58:50 -04:00
parent ea25ead19d
commit 95c6b9b55d

View File

@ -52,7 +52,7 @@ class OPLL: public OPLBase<OPLL> {
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;
//