|
Jamoma API
0.6.0.a19
|
#include <CrossFade.h>
Public Member Functions | |
| CrossFade (CrossFadeQueue &owner) | |
| Class constructor, takes CrossFadeQueue that owns it. | |
| bool | atStart () const |
| Returns true if the CrossFade is at step 0. | |
| void | update (long fadeLength) |
| updates the CrossFade with a new fadelength. | |
| double | tick (double fadeInInput, double fadeOutInput) |
| Outputs crossfade of two samples. | |
| void | increment () |
| Increments the pointer to the crossfade table. | |
| ~CrossFade () | |
| Class destructor. | |
CrossFade class.
This class implements a crossfade event, which occurs when a delay time changes quickly enough that the old delay time must be crossfaded with the new delay time.
by Tristan Matthews and Nils Peters, 2007-2008.
Definition at line 21 of file CrossFade.h.