|  | 
|  | JackAtomicDelayLockedLoop (jack_nframes_t buffer_size, jack_nframes_t sample_rate) | 
|  | 
| void | Init (jack_time_t callback_usecs) | 
|  | 
| void | Init (jack_nframes_t buffer_size, jack_nframes_t sample_rate) | 
|  | 
| void | IncFrame (jack_time_t callback_usecs) | 
|  | 
| jack_nframes_t | Time2Frames (jack_time_t time) | 
|  | 
| jack_time_t | Frames2Time (jack_nframes_t frames) | 
|  | 
| JackDelayLockedLoop * | ReadCurrentState () | 
|  | Returns the current state : only valid in the RT reader thread. 
 | 
|  | 
| UInt16 | GetCurrentIndex () | 
|  | Returns the current state index. 
 | 
|  | 
| JackDelayLockedLoop * | TrySwitchState () | 
|  | Tries to switch to the next state and returns the new current state (either the same as before if case of switch failure or the new one) 
 | 
|  | 
| JackDelayLockedLoop * | TrySwitchState (bool *result) | 
|  | Tries to switch to the next state and returns the new current state (either the same as before if case of switch failure or the new one) 
 | 
|  | 
| JackDelayLockedLoop * | WriteNextStateStart () | 
|  | Start write operation : setup and returns the next state to update, check for recursive write calls. 
 | 
|  | 
| void | WriteNextStateStop () | 
|  | Stop write operation : make the next state ready to be used by the RT thread. 
 | 
|  | 
| bool | IsPendingChange () | 
|  | 
Definition at line 155 of file JackFilters.h.
 
The documentation for this class was generated from the following file: