Home
last modified time | relevance | path

Searched refs:getBarEndForTime (Results 1 – 22 of 22) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DFixNotationQuantizeCommand.cpp60 timeT maxDur = segment.getBarEndForTime(qt) - qt; in modifySegment()
H A DNoteInsertionCommand.cpp53 (autoBeam ? segment.getBarEndForTime(endTime) : endTime)), in NoteInsertionCommand()
292 timeT barEndTime = segment.getBarEndForTime(m_insertionTime); in modifySegment()
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/segment/
H A DAudioSegmentInsertCommand.cpp97 m_composition->setEndMarker(m_composition->getBarEndForTime(endTimeT)); in main()
H A DSegmentReconfigureCommand.cpp78 m_composition->getBarEndForTime(latestEndTime)); in execute()
H A DExpandFigurationCommand.cpp62 return m_composition->getBarEndForTime(raw - 1); in rawStartTimeToExact()
H A DOpenOrCloseRangeCommand.cpp78 m_composition->setEndMarker(m_composition->getBarEndForTime(
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/edit/
H A DPasteSegmentsCommand.cpp153 m_composition->getBarEndForTime(pasteEndTime));
H A DPasteEventsCommand.cpp326 endTime = std::min(destEndTime, destination->getBarEndForTime(endTime)); in MoveAcrossSegmentsCommand()
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/matrix/
H A DMatrixPercussionInsertionCommand.cpp146 const timeT barEndTime = segment.getBarEndForTime(time); in getEndTime()
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DQuantizer.cpp490 timeT barEnd = s->getBarEndForTime(maxTime); in insertNewEvents()
496 maxTime = std::min(endTime, s->getBarEndForTime(barEnd + 1)); in insertNewEvents()
H A DSegment.h489 timeT getBarEndForTime(timeT t) const;
H A DComposition.h488 timeT getBarEndForTime(timeT t) const { in getBarEndForTime() function
H A DSegmentNotationHelper.cpp428 segment().getBarEndForTime(e->getAbsoluteTime())) { in collapseRestsIfValid()
686 segment().getBarEndForTime(thisNoteStart) - thisNoteStart; in makeThisNoteViable()
2299 iterator endB = segment().findTime(segment().getBarEndForTime((*it)->getAbsoluteTime())); in findBorderTuplet()
H A DSegment.cpp780 Segment::getBarEndForTime(timeT t) const
783 return getComposition()->getBarEndForTime(t);
H A DNotationQuantizer.cpp660 comp->getBarEndForTime(qt) - qt); in quantizeDuration()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/seqmanager/
H A DMetronomeMapper.cpp89 barTime = composition.getBarEndForTime(barTime)) {
H A DSequenceManager.cpp343 timeT newPosition = composition.getBarEndForTime(position); in fastforward()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationStaff.cpp620 getViewElementList()->findTime(composition->getBarEndForTime(to)); in positionElements()
1699 to = getSegment().getBarEndForTime(to); in regenerate()
1981 timeT t1 = composition->getBarEndForTime in includesTime()
1997 return composition->getBarEndForTime in getEndTime()
H A DNotationHLayout.cpp203 endTime = getComposition()->getBarEndForTime(endTime); in scanViewSegment()
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/io/
H A DMusicXmlExportHelper.cpp1056 timeT barEnd = m_composition->getBarEndForTime(time);
1492 timeT barEnd = m_composition->getBarEndForTime((*cur)->getNotationAbsoluteTime());
/dports/audio/rosegarden/rosegarden-21.06.1/src/document/
H A DRosegardenDocument.cpp674 time0 = getComposition().getBarEndForTime(getComposition().getDuration()); in mergeDocument()
2502 c.getBarEndForTime(s->getEndTime()))); in stopRecordingMidi()
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DMidiFile.cpp1194 composition.setEndMarker(composition.getBarEndForTime(maxTime)); in convertToRosegarden()