From e926cd18a51f037bd6078b0177a0c99de844be36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Feb 2010 21:29:37 +0000 Subject: Merge with upstream r5. git-svn-id: http://svn.drobilla.net/lad/trunk/mda-lv2@2473 a436a847-0d15-0410-975c-d299462d15a1 --- src/mdaEPiano.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mdaEPiano.cpp') 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 -- cgit v1.2.1