Searched refs:co_noteon_velocity (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftVoice.java104 double[] co_noteon_velocity = new double[1]; field in class:SoftVoice
108 double[] velocity = co_noteon_velocity;
327 co_noteon_velocity[0] = 0;
329 co_noteon_velocity[0] = velocity * (1f / 128f);
676 * double velocity = co_noteon_velocity[0]; if(velocity < 0.5)

Completed in 2531 milliseconds