Minim
index
 
Name process ( )
Examples
None available
Description Sends samp to each effect in the chain, in order.
Syntax
process(samp);
process(sampL, sampR);
Parameters
samp   the samples to process
sampL   the left channel of the signal to process
sampR   the right channel of the signal to process
Returns None
Usage Web & Application
Related