Zrythm v2.0.0-alpha.1
a highly automated and intuitive digital audio workstation
Loading...
Searching...
No Matches
zrythm::dsp::TimeStretchEngineInfo Struct Reference

Metadata describing an engine, for the settings UI. More...

#include <src/dsp/timestretch_engine.h>

Data Fields

TimeStretchEngineId id
std::string_view key
 Non-translatable identifier (matches ITimeStretchEngine::id).
std::string_view display_name
 Translation context string for the display name.
bool supports_pitch_preserve

Detailed Description

Metadata describing an engine, for the settings UI.

Definition at line 134 of file timestretch_engine.h.

Field Documentation

◆ display_name

std::string_view zrythm::dsp::TimeStretchEngineInfo::display_name

Translation context string for the display name.

Definition at line 140 of file timestretch_engine.h.

◆ id

TimeStretchEngineId zrythm::dsp::TimeStretchEngineInfo::id

Definition at line 136 of file timestretch_engine.h.

◆ key

std::string_view zrythm::dsp::TimeStretchEngineInfo::key

Non-translatable identifier (matches ITimeStretchEngine::id).

Definition at line 138 of file timestretch_engine.h.

◆ supports_pitch_preserve

bool zrythm::dsp::TimeStretchEngineInfo::supports_pitch_preserve

Definition at line 141 of file timestretch_engine.h.


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