
GLIDER
------

WARNING: THIS MODULE IS OBSOLETE AND IS SCHEDULING FOR A REDO. IT WAS STILL COODED QUITE POORLY AND CAN STILL CONTAIN BUGS. PLEASE AVOID REPORTING BUGS !!!!



A simple *linear* signal follower (glider) useful for many diverse purposes.
I wrote this simple module because I was unhappy with similar (either stock or 3rd party) modules around (they all have exponential response and none of them respected time=0 setting strictly)

 PIN DESCRIPTION

 .Input - input audio signal

 .Time (sec) - time taken by the output signal to reach the input signal level. Keep in mind that
               a time of 0 actually means zero, i.e the module is bypassed and the output value instantly
               follows the input value (unlike with similar modules)

 .Mode - following behaviour
 
         Constant Time: output will always take the time set to change from its current level to the
         input level, every time the input signal changes, no matter which is their difference. Behaviour is
         linear.

         Constant Rate: output will take less time to reach an input level closer to its current level than
         a more distant level, using a constant increment factor computed so that it will always take the time
         set for the output to change by 1 volt. Behaviour is linear.

 .Reset - when high (+5v) disables following and causes the input level to be immediately present at the output.
          This is equivalent of placing an external switch driven by a reset signal switching the glide time
          from the time set to zero.

 .Output - output audio signal

