<html>
<HEAD>
<TITLE>VelAdjust Module</TITLE>
</HEAD>
<BODY BGCOLOR="#AAFFFF" TEXT="#000000" LINK="#3333AA" VLINK="#6666FF"> 

<H2>
<A NAME="VelAdjust">Velocity Adjust</A>
</H2>
Modifies the velocity value of note-on events passing through it.
The value can be given a minimum threshold, then scaled
by a multiplier, and an absolute minimum can be added to each event.
<h4>
Input
</h4>
MIDI data stream
<h4>
Output
</h4>
incoming stream with adjusted note-on events
<P>
<BR>
<h4>
Control Panel
</h4>
<UL Type="none">
<LI> <B>Velocity Threshold</B> -- Value subtracted from the original velocity
value. (Result never less than 0) Default is 0.
<LI> <B>Velocity Multiplier</B> -- Percentage to scale the resulting value by
(0-200%).  Default is 100% (no scaling).  However low the scaling is set -- even 0 --
the resulting level will never be less than 1: a note-on never becomes a note-off!
<LI> <B>Velocity Offset</B> -- Fixed minimum level to add to all final velocities
(0-126) Default is 0.
</UL>

<BR>
For more on this module, see
<A HREF="../../Documentation/MIDI.html#VelAdjust">VelAdjust</A>
in the "MIDI Modules" documentation.
<BR>

</body>
</html>
