Math Arithmetic
Combines a and b using addition, subtraction, multiplication, division, or power.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
op | no | string | enum-string | ADD, MINUS, MULTIPLY, DIVIDE, POWER |
a | yes | expression | — | — |
b | yes | expression | — | — |
Notes
No additional notes are available yet.
Examples
Apply One Audio Effect On An Isolated Sequence
Creates a fresh sequence from one source item, applies one audio effect to the first audio clip, and verifies that the component count increases by one.
Topics: effects and component parameters, audio
Source: patterns/ex-audio-effect-apply-on-isolated-sequence.json
Apply One Video Effect On An Isolated Sequence
Creates a fresh sequence from one source item, applies one video effect to the first clip, and verifies that the component count increases by one.
Topics: effects and component parameters, track item mutation
Source: patterns/ex-video-effect-apply-on-isolated-sequence.json
Mutate One Track Item On An Isolated Sequence
Creates a fresh sequence from one source item, renames, disables, moves, and clones the first clip, then verifies each observable mutation.
Topics: track items, timeline mutation
Source: patterns/ex-track-item-mutate-on-isolated-sequence.json