Defining Modes: 3. Delay PDF Print E-mail
Written by s.   
Monday, 22 September 2008 16:27

So, this is the first PlayMode we are really describing. It basically retards the realtime AV for the time defined by the user.

 

 

 

 

The delay mode gets the BPM info, and delays the AV signal for the time the user has defined as a BPM Divisor (4 beats, 2 beats, 1 beat,3/4, 1/2....). The mode can be switched between BPM or ms, so the user can also define the delay time in ms.

This delay time over the signal is performed moving the PlayHead position in the Core module as ms in the past as the user defined. In this mode there is no need to use the clock events (just the general BPM), as the calculation for the PlayHead offset is performed internally.