Somebody know an object that say the signal time in millisecunds to an .....=>

profany's icon

hi,
Somebody know an object that say the signal time in millisecunds to an object to other object?
or if you konw some object that do the same similar thing?

plz!!!!!

Anthony Palomba's icon

Your question is a bit vague. A signal is a continuous data stream.
Do you mean an object that returns the total ms since starting the DAC?
Please elaborate on the context of what you are trying to do.

profany's icon

what i ' m try to say is: if exists some way in max 6 to know how many seconds takes the signal to a point to other point.

if put a example in the upload , that gone help you to understand my question

good luck!

thank for helping!

sorry for the english

4146.untitled.bmp
bmp
pid's icon

it depends what "object 2" is!!

the answer might be 'zero'. but if "object 2" is a delay, it will be by 'that much delay'. if "object 2" is an fft process, it will take the window length or a combination of it. etc etc. depending on what "object 2" is, it is "object 2" that will be able to tell you, not anything else. signals are 'always on' streams of floats at your current sampling rate. "object 2" must tell you its own delay compensation time.

Roman Thilenius's icon

a signal does not take any time between objects, only messages do. all processing in a signal path is done within a "master delay" (of one signal vector, see DSP settings) and then sent to the interface driver without any further delay.

-110

profany's icon

thanks!