bang |
|
A bang will reset quickthresh and output the notes in its buffer. |
int |
input [int]
|
In left inlet: The incoming values which appear within a certain time threshold are stored and output as a list. See the arguments' descriptions to learn how the time thresholding works. |
(inlet1) |
base-thresh-time (milliseconds) [int]
|
In second inlet: Sets the millisecond value for the base thresh time. All values received in the left inlet within this time period are collected into a list. |
(inlet2) |
'fudge'-time (milliseconds) [int]
|
In third inlet: Sets the "fudge" time in milliseconds. If there are any incoming values within this amount of time at the end of the base thresh time, the threshold is extended to allow more values to be added to the list. |
(inlet3) |
threshold-extension-time (milliseconds) [int]
|
In fourth inlet: Sets the threshold extension in milliseconds. This is an extension of the base thresh time, which is used if values arrive in the object's inlet in the "fudge" time zone. |
float |
input [float]
|
In left inlet: The incoming values which appear within a certain time threshold are stored and output as a list. See the arguments' descriptions to learn how the time thresholding works. |
(inlet1) |
base-thresh-time (milliseconds) [float]
|
In second inlet: Sets the millisecond value for the base thresh time. All values received in the left inlet within this time period are collected into a list. |
(inlet2) |
'fudge'-time (milliseconds) [float]
|
In third inlet: Sets the "fudge" time in milliseconds. If there are any incoming values within this amount of time at the end of the base thresh time, the threshold is extended to allow more values to be added to the list. |
(inlet3) |
threshold-extension-time (milliseconds) [float]
|
In fourth inlet: Sets the threshold extension in milliseconds. This is an extension of the base thresh time, which is used if values arrive in the object's inlet in the "fudge" time zone. |
set |
base-thresh 'fudge' and thresh-extension times (milliseconds) [list]
|
The word set, followed by three millisecond values, can be used to set the three threshold parameter values (base thresh time, "fudge" time and thresh extension). |