Max 5 API Reference
The signal data structure. More...
#include <z_dsp.h>
Data Fields | |
| long | s_n |
| The vector size of the signal. | |
| t_sample * | s_vec |
| An array of buffers holding the vectors of audio. | |
| float | s_sr |
| The sample rate of the signal. | |
The signal data structure.
Definition at line 107 of file z_dsp.h.