mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-19 08:31:11 +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();
|
int high_hat();
|
||||||
|
|
||||||
static constexpr int period_precision = 9;
|
static constexpr int period_precision = 9;
|
||||||
static constexpr int envelope_precision = 9;
|
static constexpr int envelope_precision = 7;
|
||||||
|
|
||||||
// Standard melodic phase and envelope generators;
|
// Standard melodic phase and envelope generators;
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user