The current time of the audio clock at the first frame in this processing block, equal to the total number of seconds of data that have been processed since this Firewheel context was first started. Note, this value does *NOT* account for any output underflows (underruns) that may have occurred. Note, generally this value will always count up, but there may be a few edge cases that cause this va
(&self)
| 797 | /// or if the current transport is currently paused. |
| 798 | #[cfg(feature = "musical_transport")] |
| 799 | pub transport_info: Option<TransportInfo>, |
| 800 | } |
| 801 | |
| 802 | impl ProcInfo { |
| 803 | /// The current time of the audio clock at the first frame in this |
| 804 | /// processing block, equal to the total number of seconds of data that |
| 805 | /// have been processed since this Firewheel context was first started. |
no test coverage detected