Home
last modified time | relevance | path

Searched refs:notationQuantizer (Results 1 – 3 of 3) sorted by relevance

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/widgets/
H A DQuantizeParameters.cpp401 NotationQuantizer *notationQuantizer = nullptr;
404 notationQuantizer = new NotationQuantizer();
406 notationQuantizer = new NotationQuantizer(
411 notationQuantizer->setUnit(m_standardQuantizations[
413 notationQuantizer->setSimplicityFactor(
415 notationQuantizer->setMaxTuplet(m_tupletLevel->currentIndex() + 1);
416 notationQuantizer->setContrapuntal(
418 notationQuantizer->setArticulate(m_addArticulations->isChecked());
421 quantizer = static_cast<Quantizer *>(notationQuantizer);
/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DSegmentNotationHelper.h546 const Quantizer &notationQuantizer();
H A DSegmentNotationHelper.cpp52 SegmentNotationHelper::notationQuantizer() { in notationQuantizer() function in Rosegarden::SegmentNotationHelper