Home
last modified time | relevance | path

Searched refs:nextBeatTime (Results 1 – 2 of 2) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/edit/
H A DSelectAddEvenNotesCommand.cpp237 const timeT nextBeatTime = nextBeat->getAbsoluteTime();
238 const timeT stretchDuration = nextBeatTime - prevKnownBeatTime;
263 prevKnownBeatDuration = nextBeatTime - prevFoundBeatTime;
264 currentBeatTime = nextBeatTime;
265 prevKnownBeatTime = nextBeatTime;
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/segment/
H A DFitToBeatsCommand.cpp136 timeT nextBeatTime = finalBeatTime; in initialise() local
145 timeT timeNow = nextBeatTime - beatTime; in initialise()
156 nextBeatTime = timeNow; in initialise()