MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / playing

Method playing

crates/firewheel-core/src/node.rs:927–929  ·  view source on GitHub ↗

Whether or not the transport is currently playing (true) or paused (false).

(&self)

Source from the content-addressed store, hash-verified

925 /// The current transport.
926 pub transport: MusicalTransport,
927
928 /// The instant that `MusicaltTime::ZERO` occurred in units of
929 /// `ClockSamples`.
930 ///
931 /// If the transport is not currently playing, then this will be `None`.
932 pub start_clock_samples: Option<InstantSamples>,

Callers 1

transport_is_playingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected