#include <Scale.h>
◆ Interval() [1/3]
| lmms::Interval::Interval |
( |
| ) |
|
|
inline |
◆ Interval() [2/3]
| lmms::Interval::Interval |
( |
float | cents | ) |
|
|
explicit |
◆ Interval() [3/3]
◆ getRatio()
| float lmms::Interval::getRatio |
( |
| ) |
const |
|
inline |
◆ getString()
| QString lmms::Interval::getString |
( |
| ) |
const |
|
inline |
◆ loadSettings()
| void lmms::Interval::loadSettings |
( |
const QDomElement & | element | ) |
|
|
overridevirtual |
◆ nodeName()
| QString lmms::Interval::nodeName |
( |
void | | ) |
const |
|
inlineoverridevirtual |
◆ saveSettings()
| void lmms::Interval::saveSettings |
( |
QDomDocument & | doc, |
|
|
QDomElement & | element ) |
|
overridevirtual |
◆ m_cents
| float lmms::Interval::m_cents |
|
private |
interval defined in cents (used when denominator is set to zero)
◆ m_denominator
denominator of the interval fraction
◆ m_numerator
numerator of the interval fraction
◆ m_ratio
| float lmms::Interval::m_ratio |
|
private |
precomputed output value for better performance
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/include/Scale.h
- /home/runner/work/lmms-fork/lmms-fork/src/core/Scale.cpp