BufMin:
Filter:
sc3-plugins/Classes (extension) | UGens > Multichannel | UGens > Analysis

BufMin
ExtensionExtension

detect the largest value (and its position) in an array of UGens

Description

Finds the smallest value in a Buffer, and outputs the value and the index.

(Note: doesn't currently handle multichannel buffers in any clever way, treats them as if they were single-channel.)

Class Methods

.kr

Arguments:

bufnum
gate

You don't need to make use of the gate control: if you do use it, the calculation is only performed when gate>0.

Returns:

# val, index

Examples