Get the current state of this sampler node's processor at this instant in time.
(&self)
| 363 | /// in time. |
| 364 | pub fn current_processor_state(&self) -> CurrentProcessorState { |
| 365 | *self.channel.lock().unwrap().proc_state_output.read() |
| 366 | } |
| 367 | |
| 368 | /// Get the current position of the playhead in units of frames (samples of |
| 369 | /// a single channel of audio). |
| 370 | pub fn playhead_frames(&self) -> DurationSamples { |