#include <Scale.h>
◆ Scale() [1/2]
◆ Scale() [2/2]
| lmms::Scale::Scale |
( |
QString | description, |
|
|
std::vector< Interval > | intervals ) |
◆ getDescription()
| QString lmms::Scale::getDescription |
( |
| ) |
const |
◆ getIntervals()
| const std::vector< Interval > & lmms::Scale::getIntervals |
( |
| ) |
const |
|
inline |
◆ loadSettings()
| void lmms::Scale::loadSettings |
( |
const QDomElement & | element | ) |
|
|
overridevirtual |
◆ nodeName()
| QString lmms::Scale::nodeName |
( |
void | | ) |
const |
|
inlineoverridevirtual |
◆ saveSettings()
| void lmms::Scale::saveSettings |
( |
QDomDocument & | doc, |
|
|
QDomElement & | element ) |
|
overridevirtual |
◆ setDescription()
| void lmms::Scale::setDescription |
( |
QString | description | ) |
|
◆ setIntervals()
| void lmms::Scale::setIntervals |
( |
std::vector< Interval > | input | ) |
|
|
inline |
◆ m_description
| QString lmms::Scale::m_description |
|
private |
name or description of the scale
◆ m_intervals
| std::vector<Interval> lmms::Scale::m_intervals |
|
private |
a series of ratios that define the scale
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