Get the current time of the audio clock in frames as a range for this processing block.
(&self)
| 810 | impl ProcInfo { |
| 811 | /// The current time of the audio clock at the first frame in this |
| 812 | /// processing block, equal to the total number of seconds of data that |
| 813 | /// have been processed since this Firewheel context was first started. |
| 814 | /// |
| 815 | /// Note, this value does *NOT* account for any output underflows |
| 816 | /// (underruns) that may have occurred. |
| 817 | /// |
| 818 | /// Note, generally this value will always count up, but there may be |
| 819 | /// a few edge cases that cause this value to be less than the previous |
nothing calls this directly
no test coverage detected