mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Declare proper envelope precision.
This commit is contained in:
parent
ea25ead19d
commit
95c6b9b55d
@ -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;
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user