Home
last modified time | relevance | path

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

/dports/audio/rosegarden/rosegarden-21.06.1/src/base/
H A DNotationTypes.cpp2023 return m_barDuration;
2082 if (offset % m_barDuration == 0
2087 offset += m_barDuration;
2099 dlist.push_back(m_barDuration/2);
2101 offset += m_barDuration/2;
2189 if (m_barDuration == m_crotchetTime ||
2190 m_barDuration == m_crotchetTime * 2 ||
2191 m_barDuration == m_crotchetTime * 4 ||
2214 if (offset % m_barDuration == 0)
2217 offset % (m_barDuration/2) == 0)
[all …]
H A DNotationTypes.h1302 mutable int m_barDuration; variable