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

<H2>
<A NAME="Metronome">Metronome</A>
</H2>
Generates ticks at a set rate.  May be synced to incoming Notes and tempo settings.

<h4>
Input
</h4>
<UL Type="none">
<LI><B>Sync</B> -- MIDI data stream (only Note-On responded to) and tempo events
</UL>

<h4>
Outputs
</h4>
<UL Type="none">
<LI><B>Ticks</B> -- Metronome clicks (note 33 on channel 10)
<LI><B>Sync</B> -- Pass through of input.
</UL>
<P>
<BR>
<h4>
Control Panel
</h4>
<UL Type="none">
<LI> Numeric Text Fields to set basic tick rate:<br>
 -- must use Enter key to terminate.
Setting one updates the other.
<UL Type="none">
<LI> <B>Beats/Min</B> 
<LI> <B>Interval (msec)</B> 
</UL>
<LI> Button: <B>RUN</B> -- Press to start or resync.  Turns blue while running.
<LI> Button: <B>STOP</B> -- Immediate stop.  If not in <B>Fixed</B> mode, next
Note-On will restart.
<LI> <B>Popup Selector:</B>
<UL Type="none">
<LI> <B>Fixed</B> -- Tick at rate set in entry fields. Do not respond to MIDI events.
<LI> <B>Trig Start</B> -- Start running on first Note-On received.  Adjust rate if
tempo event received.
<LI> <B>Entrain</B> -- As for <B>Trig Start</B>, but also attempt to adjust
interval and/or tick rate to match incoming beat.
<LI> <B>Unforced</B> -- As for <B>Entrain</B>, but do not respond to tempo events.
</UL>
<LI> Slider: <B>Capture Range %</B> -- Determines how far from the expected
beat (as a percentage of the interval) an incoming note can be to be recognized.
<LI> Slider: <B>Tick Sensitivity %</B> -- Set how much of the difference is applied
to the next tick interval.
<LI> Slider: <B>Rate Sensitivity %</B> -- Set how much of the difference is applied
to the overall rate.
</UL>


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

</body>
</html>
