Use of "getattr samps" with various sampling rates

My humble two cents…

In “fluid.bufnmf~.maxhelp” for instance, inside ‘p sync ramp’:

– “getattr samps” with ‘count~’ generates indexes. Be careful in the case someone uses a different sampling rate between the buffer and the current dsp.
In that specific case, ‘sr’ and ‘sizeinsamps’ for ‘buffer~’ may be useful. I may use ‘info~’ to get the duration.

– Also, just for the record, ‘index~’ does not interpolate samples in case you play with ‘count~’ one day. ‘play~’ does. Not to be changed here though.

very good suggestions indeed. Will amend accordingly.