Minim
core
ugens
analysis
 
Name forward
Examples
None available
Description Performs a forward transform on buffer.
Syntax
forward(buffer);
forward(buffer, startAt);
Parameters
buffer   the buffer to analyze
buffer   the buffer of samples
startAt   the index to start at in the buffer. there must be at least timeSize() samples between the starting index and the end of the buffer. If there aren't, an error will be issued and the operation will not be performed.
startAt   the index to start at in the buffer. there must be at least timeSize() samples between the starting index and the end of the buffer.
Returns None
Usage Web & Application
Related