Nodes::Quantifier::Node::Metadata Struct Reference
Inheritance diagram for Nodes::Quantifier::Node::Metadata:
Control::Meta_base

Static Public Attributes

static constexpr const auto prettyName = "Midi quantify"
 
static constexpr const auto objectKey = "Quantifier"
 
static constexpr const auto category = "Midi"
 
static constexpr const auto author = "ossia score"
 
static constexpr const auto kind = Process::ProcessCategory::MidiEffect
 
static constexpr const auto description = "Quantifies a MIDI input"
 
static constexpr const auto tags = std::array<const char*, 0>{}
 
static const uuid_constexpr auto uuid = make_uuid("b8e2e5ad-17e4-43de-8d79-660a29d5c4f4")
 
static constexpr const midi_in midi_ins [] {"in"}
 
static constexpr const midi_out midi_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 Nodes::Quantifier::Node::Metadata::controls
staticconstexpr
Initial value:
= tuplet::make_tuple(
Control::Widgets::QuantificationChooser(),
Control::FloatSlider{"Tightness", 0.f, 1.f, 0.8f},
Control::Widgets::DurationChooser(), Control::Widgets::TempoChooser())
Definition: score-lib-process/Control/Widgets.hpp:77

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