
AUDIO COUNTER
-------------

Audio rate integer counter.


PIN DESCRIPTION

 .Input - audio signal input

 .Reset - when high (>0) resets the counter. Keeps the counter stopped while held high.

 .Count - selects whether to count everytime the input becomes larger than zero from zero or
          smaller than zero from zero, respectively

 .Mode - counter operation mode: Unlimited (the counter keeps incrementing forever, or decrementing forever
         if Max is <0), Stop (once the Max value set is reached the counter stops), Wrap (the counter returns
         zero after [including] the Max value set), PingPong (the counter keeps counting back and forth from
         zero to [including] the Max value set)

 .Max - integer limit value for the counter. A negative value causes counting backwards. A value of zero
        stops the counter