count~ doesn't count

Chris Rolfe's icon

Setting the optional min argument in count~ stops counting.

Mac OS X (10.5); Max 5.0.6.

thanks,
Chris

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

Luis Marques's icon

hello,

try 65 instead of 64... apparently count~ doesn't respond to numbers pwr2, like 16, 32, 64, 128, 256, 512... it doesn't count.

Luis Marques

Maurizio Giri's icon

The problem is in snapshot~, it converts a sample every vector size, so if you set the maximum limit for count~ to 64 and your DSP vector size is >= 64 you only see the first item of the count~ series (i.e. a 0), even if count~ works perfectly.

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