#include <PartialUtils.h>
Public Member Functions | |
TimeShifter (double x) | |
Construct a new TimeShifter from a constant offset in seconds. | |
void | operator() (Partial &p) const |
Shift the time of all the Breakpoints in a Partial by a constant amount.
void Loris::PartialUtils::TimeShifter::operator() | ( | Partial & | p | ) | const |
Function call operator: apply a time shift to the specified Partial.