diff options
-rw-r--r-- | src/mdaEPiano.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mdaEPiano.cpp b/src/mdaEPiano.cpp index fbff1d5..342d8a5 100644 --- a/src/mdaEPiano.cpp +++ b/src/mdaEPiano.cpp @@ -495,7 +495,7 @@ void mdaEPiano::noteOn(LvzInt32 note, LvzInt32 velocity) if(note > 60) l += stretch * (float)k; //stretch s = size; - if(velocity > 40) s += (LvzInt32)(sizevel * (float)(velocity - 40)); + //if(velocity > 40) s += (LvzInt32)(sizevel * (float)(velocity - 40)); - no velocity to hardness in ePiano k = 0; while(note > (kgrp[k].high + s)) k += 3; //find keygroup |