Get the current time of the audio clock in frames as a range for this processing block.
(&self)
| 804 | /// This will be `None` if no musical transport is currently active, |
| 805 | /// or if the current transport is currently paused. |
| 806 | #[cfg(feature = "musical_transport")] |
| 807 | pub transport_info: Option<TransportInfo>, |
| 808 | } |
| 809 | |
| 810 | impl ProcInfo { |
| 811 | /// The current time of the audio clock at the first frame in this |
no test coverage detected