Home
last modified time | relevance | path

Searched refs:autoBeam (Results 1 – 11 of 11) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/notation/
H A DNoteInsertionCommand.h68 AutoBeamMode autoBeam,
79 AutoBeamMode autoBeam,
H A DNoteInsertionCommand.cpp44 AutoBeamMode autoBeam, in NoteInsertionCommand() argument
53 (autoBeam ? segment.getBarEndForTime(endTime) : endTime)), in NoteInsertionCommand()
58 m_autoBeam(autoBeam == AutoBeamOn), in NoteInsertionCommand()
310 helper.autoBeam(m_insertionTime, m_insertionTime, GROUP_TYPE_BEAMED); in modifySegment()
H A DAutoBeamCommand.cpp47 helper.autoBeam(getStartTime(), getEndTime(), GROUP_TYPE_BEAMED); in modifySegment()
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DSegmentNotationHelper.h444 void autoBeam(timeT from, timeT to, std::string type);
452 void autoBeam(iterator from, iterator to, std::string type);
H A DSegmentNotationHelper.cpp1547 SegmentNotationHelper::autoBeam(timeT from, timeT to, string type) in autoBeam() function in Rosegarden::SegmentNotationHelper
1553 autoBeam(segment().findTime(from), segment().findTime(to), type); in autoBeam()
1557 SegmentNotationHelper::autoBeam(iterator from, iterator to, string type) in autoBeam() function in Rosegarden::SegmentNotationHelper
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/edit/
H A DEventQuantizeCommand.cpp189 helper.autoBeam(i->first, i->second, GROUP_TYPE_BEAMED); in modifySegment()
207 helper.autoBeam(getStartTime(), getEndTime(), GROUP_TYPE_BEAMED); in modifySegment()
/dports/audio/rosegarden/rosegarden-21.06.1/src/commands/segment/
H A DSegmentSplitByPitchCommand.cpp166 helperA.autoBeam(m_newSegmentA->begin(), m_newSegmentA->end(), in execute()
168 helperB.autoBeam(m_newSegmentB->begin(), m_newSegmentB->end(), in execute()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/configuration/
H A DNotationConfigurationPage.cpp258 bool autoBeam = qStrToBool(settings.value("autobeam", "true")) ; in NotationConfigurationPage() local
266 m_autoBeam->setChecked(autoBeam); in NotationConfigurationPage()
/dports/audio/rosegarden/rosegarden-21.06.1/test/
H A Dtestmisc.cpp450 nh.autoBeam(t.begin(), t.end(), "beamed"); in testNotationTypes()
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/misc/
H A DChangeLog-2.11943 updated_grob_properties() to retrieve autoBeam settings.
/dports/print/lilypond/lilypond-2.22.1/Documentation/misc/
H A DChangeLog-2.11943 updated_grob_properties() to retrieve autoBeam settings.