Max 5 API Reference
Public FFT Patcher struct. More...
#include <r_pfft.h>

Data Fields | |
| t_object * | x_parent |
| parent patcher | |
| t_object * | x_patcher |
| patcher loaded | |
| struct _dspchain * | x_chain |
| dsp chain within pfft | |
| long | x_fftsize |
| fft frame size | |
| long | x_ffthop |
| hop between fft frames | |
| long | x_fftoffset |
| n samples offset before fft is started | |
| long | x_fftindex |
| current index into fft frame | |
| short | x_fullspect |
| process half-spectrum (0) or full mirrored spectrum (1)? | |
Public FFT Patcher struct.
Definition at line 12 of file r_pfft.h.