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

<H2>
<A NAME="Transpose">Transpose</A>
</H2>
Simple Filter element to transpose note events up or down a desired amount
(up or down an octave by semitones, and up to two octaves beyond).
All note events passing through are transposed by the set amount.
<h4>
Input
</h4>
MIDI data stream
<h4>
Output
</h4>
Transposed stream.  Velocity and channel are unchanged.
All non-note events are passed unmodified.
<P>
<BR>
<h4>
Control Panel
</h4>
<UL Type="none">
<LI> <B>Octave</B> -- Radio buttons to shift up to two octaves up or down
<LI> <B>Semitone Shift</B> -- Number of semitones up or down to be added to
octave shift.
</UL>

For other information, see
<A HREF="../../Documentation/MIDI.html#Transpose">Transpose</A>
in the "MIDI Modules" documentation.
<BR>

</body>
</html>
