tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
tracktion::engine::MidiExpression Struct Reference

Public Member Functions

 MidiExpression (const juce::ValueTree &v)
 Creates a MidiExpression interface to an existing MIDI note state.
 
BeatPosition getBeatPosition () const noexcept
 Returns the beat position relative to the note's start.
 
void setBeatPosition (BeatPosition newBeat, juce::UndoManager *um)
 Sets the beat position.
 
float getValue () const noexcept
 Returns the value of the expression.
 
void setValue (float newValue, juce::UndoManager *um)
 Sets the value with some range validation.
 

Static Public Member Functions

static bool noteHasExpression (const juce::ValueTree &noteState) noexcept
 Returns true if this MidiNote is an expressive note.
 
static bool noteHasExpression (const juce::ValueTree &noteState, const juce::Identifier &type) noexcept
 Returns true if this MidiNote is an expressive note of type.
 
static bool listHasExpression (const MidiList &midiList) noexcept
 Returns true if this MidiList is an expressive note.
 
static bool isExpression (const juce::Identifier &type) noexcept
 
static juce::ValueTree createAndAddExpressionToNote (juce::ValueTree &noteState, const juce::Identifier &expressionType, BeatPosition beat, float value, juce::UndoManager *um)
 

Public Attributes

juce::ValueTree state
 

Detailed Description

Definition at line 14 of file tracktion_MidiExpression.h.

Constructor & Destructor Documentation

◆ MidiExpression()

tracktion::engine::MidiExpression::MidiExpression ( const juce::ValueTree v)

Creates a MidiExpression interface to an existing MIDI note state.

This can be either a MidiNote or expression tree.

Definition at line 58 of file tracktion_MidiExpression.h.

Member Function Documentation

◆ createAndAddExpressionToNote()

static juce::ValueTree tracktion::engine::MidiExpression::createAndAddExpressionToNote ( juce::ValueTree noteState,
const juce::Identifier expressionType,
BeatPosition  beat,
float  value,
juce::UndoManager um 
)
static

Definition at line 39 of file tracktion_MidiExpression.h.

◆ getBeatPosition()

BeatPosition tracktion::engine::MidiExpression::getBeatPosition ( ) const
noexcept

Returns the beat position relative to the note's start.

Definition at line 67 of file tracktion_MidiExpression.h.

◆ getValue()

float tracktion::engine::MidiExpression::getValue ( ) const
noexcept

Returns the value of the expression.

N.B. The range will vary depending on the type.

Definition at line 78 of file tracktion_MidiExpression.h.

◆ isExpression()

static bool tracktion::engine::MidiExpression::isExpression ( const juce::Identifier type)
staticnoexcept

Definition at line 34 of file tracktion_MidiExpression.h.

◆ listHasExpression()

bool tracktion::engine::MidiExpression::listHasExpression ( const MidiList midiList)
staticnoexcept

Returns true if this MidiList is an expressive note.

Definition at line 225 of file tracktion_MidiList.cpp.

◆ noteHasExpression() [1/2]

static bool tracktion::engine::MidiExpression::noteHasExpression ( const juce::ValueTree noteState)
staticnoexcept

Returns true if this MidiNote is an expressive note.

Definition at line 17 of file tracktion_MidiExpression.h.

◆ noteHasExpression() [2/2]

static bool tracktion::engine::MidiExpression::noteHasExpression ( const juce::ValueTree noteState,
const juce::Identifier type 
)
staticnoexcept

Returns true if this MidiNote is an expressive note of type.

Definition at line 24 of file tracktion_MidiExpression.h.

◆ setBeatPosition()

void tracktion::engine::MidiExpression::setBeatPosition ( BeatPosition  newBeat,
juce::UndoManager um 
)

Sets the beat position.

Definition at line 70 of file tracktion_MidiExpression.h.

◆ setValue()

void tracktion::engine::MidiExpression::setValue ( float  newValue,
juce::UndoManager um 
)

Sets the value with some range validation.

Definition at line 81 of file tracktion_MidiExpression.h.

Member Data Documentation

◆ state

juce::ValueTree tracktion::engine::MidiExpression::state

Definition at line 89 of file tracktion_MidiExpression.h.


The documentation for this struct was generated from the following files: