|
void | tempoEventsChanged () |
void | timeSignatureEventsChanged () |
void | sampleRateChanged () |
Definition at line 90 of file tempo_map_qml_adapter.h.
◆ TempoMapWrapper()
zrythm::dsp::TempoMapWrapper::TempoMapWrapper |
( |
TempoMap & | tempo_map, |
|
|
QObject * | parent = nullptr ) |
|
inlineexplicit |
◆ addTempoEvent()
Q_INVOKABLE void zrythm::dsp::TempoMapWrapper::addTempoEvent |
( |
qint64 | tick, |
|
|
double | bpm, |
|
|
int | curveType ) |
|
inline |
◆ addTimeSignatureEvent()
Q_INVOKABLE void zrythm::dsp::TempoMapWrapper::addTimeSignatureEvent |
( |
qint64 | tick, |
|
|
int | numerator, |
|
|
int | denominator ) |
|
inline |
◆ get_tempo_map()
const TempoMap & zrythm::dsp::TempoMapWrapper::get_tempo_map |
( |
| ) |
const |
|
inline |
◆ getMusicalPosition()
◆ getMusicalPositionBar()
Q_INVOKABLE int zrythm::dsp::TempoMapWrapper::getMusicalPositionBar |
( |
int64_t | tick | ) |
const |
|
inline |
◆ getMusicalPositionBeat()
Q_INVOKABLE int zrythm::dsp::TempoMapWrapper::getMusicalPositionBeat |
( |
int64_t | tick | ) |
const |
|
inline |
◆ getMusicalPositionSixteenth()
Q_INVOKABLE int zrythm::dsp::TempoMapWrapper::getMusicalPositionSixteenth |
( |
int64_t | tick | ) |
const |
|
inline |
◆ getMusicalPositionTick()
Q_INVOKABLE int zrythm::dsp::TempoMapWrapper::getMusicalPositionTick |
( |
int64_t | tick | ) |
const |
|
inline |
◆ getPpq()
Q_INVOKABLE int zrythm::dsp::TempoMapWrapper::getPpq |
( |
| ) |
|
|
inline |
◆ getTickFromMusicalPosition()
Q_INVOKABLE int64_t zrythm::dsp::TempoMapWrapper::getTickFromMusicalPosition |
( |
int | bar, |
|
|
int | beat, |
|
|
int | sixteenth, |
|
|
int | tick ) const |
|
inline |
◆ rebuildWrappers()
void zrythm::dsp::TempoMapWrapper::rebuildWrappers |
( |
| ) |
|
|
inline |
◆ sampleRate()
double zrythm::dsp::TempoMapWrapper::sampleRate |
( |
| ) |
const |
|
inline |
◆ setSampleRate()
void zrythm::dsp::TempoMapWrapper::setSampleRate |
( |
double | sampleRate | ) |
|
|
inline |
◆ tempoEvents()
◆ timeSignatureEvents()
◆ sampleRate
double zrythm::dsp::TempoMapWrapper::sampleRate |
|
readwrite |
◆ tempoEvents
◆ timeSignatureEvents
The documentation for this class was generated from the following file: