|
A command that becomes available in the Query submenu if you select a Sound or LongSound object.
The Info window will tell you the time (in seconds) associated with the sample number that you specify.
the result is
t1 + (sample_number - 1) · Δt |
where t1 is the time associated with the first sample, and Δt is the sampling period.
If you select a Sound or LongSound and click Inspect, you can see how the relation between sample numbers and times is stored in the object: t1 is the x1 attribute, and Δt is the dx attribute.
© ppgb 20221202