question about the thresh object

anamaria's icon

Hi,

I have a stupid question about the thresh object - couldn't find an answer in the help file.

Please see the below patch, and one of you can probably answer this question:

Are the numbers in this list captured at a sample rate at 50 (the metro) or 100 (the thresh) ?

Max Patch
Copy patch and select New From Clipboard in Max.

spectro's icon

The sample rate of 50mS : the metro rate
Technically, the thresh will combine ALL events that occur as long as the time between events is *less* than or equal to the thresh time. As the thresh time (100ms) is greater than the the time of the metro (50ms), all events from the metro will be included until the metro stops (or slows down to > 100ms).

In other words, there will be as many elements in the list as there are metro bangs.