diff options
Diffstat (limited to 'src/mdaPiano.h')
-rw-r--r-- | src/mdaPiano.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaPiano.h b/src/mdaPiano.h index 012fcee..d03d2a8 100644 --- a/src/mdaPiano.h +++ b/src/mdaPiano.h @@ -127,7 +127,7 @@ private: int32_t cmax; float *comb, cdep, width, trim; int32_t size, sustain; - float tune, fine, random, stretch; + float fine, random, stretch; float muff, muffvel, sizevel, velsens, volume; }; |