A newer version of Max is available. Click here to access the latest version of this document.

dsptime~

Report milliseconds of audio processed

Description

dsptime~ reports the time in milliseconds since the audio was last turned on when triggered by a bang.

Arguments

None.

Messages

bang When dsptime~ receives a bang, it reports the number of milliseconds corresponding to the number of audio samples that have currently been processed.
signal If a signal is connected to the dsptime~ object's inlet, dsptime~ reports the number of milliseconds corresponding to the number of audio samples that have currently been processed within the connected signal.

Information for box attributes common to all objects

Output

float: The number of milliseconds corresponding to the number of audio samples that have currently been processed. The value is based on the processed audio sample count, not the real time of the millisecond timer. This means you can use the dsptime~ object as a sort of clock in conjunction with the ad_nonreal audio driver.

Examples

Shut audio processing off automatically after 40 seconds have been processed

See Also

Name Description
adstatus Report and control audio driver settings