Analysis::MelSpectrum::Metadata Struct Reference
Inheritance diagram for Analysis::MelSpectrum::Metadata:
Control::Meta_base

Static Public Attributes

static constexpr const auto prettyName = "Mel spectrum"
 
static constexpr const auto objectKey = "Mel"
 
static constexpr const auto category = "Analysis/Spectrum"
 
static constexpr const auto author = "ossia score, Gist library"
 
static constexpr const auto kind = Process::ProcessCategory::Analyzer
 
static constexpr const auto description = "Get the Mel frequency spectrum of a signal"
 
static constexpr const auto tags = std::array<const char*, 0>{}
 
static const uuid_constexpr auto uuid = make_uuid("f2b62e47-0e67-476f-b757-ef6a48610a78")
 
static constexpr const audio_in audio_ins [] {"in"}
 
static constexpr const audio_out audio_outs [] {"out"}
 
static constexpr const auto controls
 
- Static Public Attributes inherited from Control::Meta_base
static constexpr const Process::ProcessFlags flags
 

Member Data Documentation

◆ controls

constexpr const auto Analysis::MelSpectrum::Metadata::controls
staticconstexpr
Initial value:
= tuplet::make_tuple(
Control::LogFloatSlider{"Gain", 0., 100., 1.},
Control::FloatSlider{"Gate", 0., 1., 0.})
Definition: score-lib-process/Control/Widgets.hpp:77

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