TimeSequence See also: Track & Sequencing Guide Base class: Generic[Type1]_BlipValue Methods clear(self) -> TimeSequence[Type1] find(self, t: float, exact: bool) -> int findNext(self, t: float, range: float) -> int getT(self, i: int) -> float getV(self, i: int) -> Type1 n(self) -> int removeAtTime(self, t: float) removeIndex(self, i: int) set(self, t: float, v: Type1) -> TimeSequence[Type1] setV(self, i: int, v: Type1)