#include <tracktion_PitchSequence.h>
◆ PitchSequence()
tracktion::engine::PitchSequence::PitchSequence |
( |
| ) |
|
◆ ~PitchSequence()
tracktion::engine::PitchSequence::~PitchSequence |
( |
| ) |
|
◆ initialise()
void tracktion::engine::PitchSequence::initialise |
( |
Edit & |
, |
|
|
const juce::ValueTree & |
|
|
) |
| |
◆ freeResources()
void tracktion::engine::PitchSequence::freeResources |
( |
| ) |
|
◆ getEdit()
Edit & tracktion::engine::PitchSequence::getEdit |
( |
| ) |
const |
◆ copyFrom()
void tracktion::engine::PitchSequence::copyFrom |
( |
const PitchSequence & |
| ) |
|
◆ clear()
void tracktion::engine::PitchSequence::clear |
( |
| ) |
|
◆ getPitches()
const juce::Array< PitchSetting * > & tracktion::engine::PitchSequence::getPitches |
( |
| ) |
const |
◆ getNumPitches()
int tracktion::engine::PitchSequence::getNumPitches |
( |
| ) |
const |
◆ getPitch()
PitchSetting * tracktion::engine::PitchSequence::getPitch |
( |
int |
index | ) |
const |
◆ getPitchAt()
PitchSetting & tracktion::engine::PitchSequence::getPitchAt |
( |
TimePosition |
| ) |
const |
◆ getPitchAtBeat()
PitchSetting & tracktion::engine::PitchSequence::getPitchAtBeat |
( |
BeatPosition |
| ) |
const |
◆ indexOfPitch()
int tracktion::engine::PitchSequence::indexOfPitch |
( |
const PitchSetting * |
| ) |
const |
◆ insertPitch() [1/2]
◆ insertPitch() [2/2]
PitchSetting::Ptr tracktion::engine::PitchSequence::insertPitch |
( |
BeatPosition |
, |
|
|
int |
pitch |
|
) |
| |
◆ movePitchStart()
void tracktion::engine::PitchSequence::movePitchStart |
( |
PitchSetting & |
, |
|
|
BeatDuration |
deltaBeats, |
|
|
bool |
snapToBeat |
|
) |
| |
◆ insertSpaceIntoSequence()
void tracktion::engine::PitchSequence::insertSpaceIntoSequence |
( |
TimePosition |
, |
|
|
TimeDuration |
amountOfSpace, |
|
|
bool |
snapToBeat |
|
) |
| |
Inserts space in to a sequence, shifting all PitchSettings.
◆ sortEvents()
void tracktion::engine::PitchSequence::sortEvents |
( |
| ) |
|
◆ state
juce::ValueTree tracktion::engine::PitchSequence::state |
The documentation for this class was generated from the following file: