Minim
index
 
Name get ( )
Examples
None available
Description Gets the ith sample in the buffer. This method does not do bounds checking, so it may throw an exception.
Syntax
get(i);
Parameters
i   the index of the sample you want to get
Returns the ith sample
Usage Web & Application
Related