#include <tracktion_ClipEffects.h>
|
enum class | EffectType {
none
, volume
, fadeInOut
, tapeStartStop
,
stepVolume
, pitchShift
, warpTime
, normalise
,
makeMono
, reverse
, invert
, filter
,
firstEffect = volume
, lastEffect = filter
} |
|
◆ EffectType
Enumerator |
---|
none | |
volume | |
fadeInOut | |
tapeStartStop | |
stepVolume | |
pitchShift | |
warpTime | |
normalise | |
makeMono | |
reverse | |
invert | |
filter | |
firstEffect | |
lastEffect | |
◆ ClipEffect()
tracktion::engine::ClipEffect::ClipEffect |
( |
const juce::ValueTree & |
, |
|
|
ClipEffects & |
|
|
) |
| |
◆ create() [1/2]
static juce::ValueTree tracktion::engine::ClipEffect::create |
( |
EffectType |
| ) |
|
|
static |
◆ create() [2/2]
◆ createEffectAndAddToValueTree()
static void tracktion::engine::ClipEffect::createEffectAndAddToValueTree |
( |
Edit & |
, |
|
|
juce::ValueTree |
parent, |
|
|
ClipEffect::EffectType |
, |
|
|
int |
index |
|
) |
| |
|
static |
◆ initialise()
virtual void tracktion::engine::ClipEffect::initialise |
( |
| ) |
|
|
virtual |
◆ getTypeDisplayName()
static juce::String tracktion::engine::ClipEffect::getTypeDisplayName |
( |
EffectType |
| ) |
|
|
static |
◆ addEffectsToMenu()
static void tracktion::engine::ClipEffect::addEffectsToMenu |
( |
juce::PopupMenu & |
| ) |
|
|
static |
◆ getType()
EffectType tracktion::engine::ClipEffect::getType |
( |
| ) |
const |
◆ createRenderJob()
virtual juce::ReferenceCountedObjectPtr< ClipEffectRenderJob > tracktion::engine::ClipEffect::createRenderJob |
( |
const AudioFile & |
sourceFile, |
|
|
TimeDuration |
sourceLength |
|
) |
| |
|
pure virtual |
◆ hasProperties()
virtual bool tracktion::engine::ClipEffect::hasProperties |
( |
| ) |
|
|
virtual |
◆ propertiesButtonPressed()
virtual void tracktion::engine::ClipEffect::propertiesButtonPressed |
( |
SelectionManager & |
| ) |
|
|
virtual |
◆ sourceChanged()
virtual void tracktion::engine::ClipEffect::sourceChanged |
( |
| ) |
|
|
virtual |
◆ getHash()
HashCode tracktion::engine::ClipEffect::getHash |
( |
| ) |
const |
Returns the hash for this effect.
N.B. as effects are serial their hash will change if any preceeding effects change.
- See also
- getIndividualHash
◆ getSourceFile()
AudioFile tracktion::engine::ClipEffect::getSourceFile |
( |
| ) |
const |
◆ getDestinationFile()
AudioFile tracktion::engine::ClipEffect::getDestinationFile |
( |
| ) |
const |
◆ isUsingFile()
bool tracktion::engine::ClipEffect::isUsingFile |
( |
const AudioFile & |
| ) |
const |
◆ flushStateToValueTree()
virtual void tracktion::engine::ClipEffect::flushStateToValueTree |
( |
| ) |
|
|
virtual |
◆ getUndoManager()
juce::UndoManager & tracktion::engine::ClipEffect::getUndoManager |
( |
| ) |
|
◆ getClip()
◆ getIndividualHash()
virtual HashCode tracktion::engine::ClipEffect::getIndividualHash |
( |
| ) |
const |
|
protectedvirtual |
◆ valueTreeChanged()
void tracktion::engine::ClipEffect::valueTreeChanged |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ edit
Edit& tracktion::engine::ClipEffect::edit |
◆ state
juce::ValueTree tracktion::engine::ClipEffect::state |
◆ clipEffects
ClipEffects& tracktion::engine::ClipEffect::clipEffects |
The documentation for this class was generated from the following file: