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

Static Public Attributes

static constexpr const auto prettyName = "Arpeggiator"
 
static constexpr const auto objectKey = "Arpeggiator"
 
static constexpr const auto category = "Midi"
 
static constexpr const auto author = "ossia score"
 
static constexpr const auto tags = std::array<const char*, 0>{}
 
static constexpr const auto kind = Process::ProcessCategory::MidiEffect
 
static constexpr const auto description = "Arpeggiator"
 
static const uuid_constexpr auto uuid = make_uuid("0b98c7cd-f831-468f-81e3-706d6a97d705")
 
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::Arpeggiator::Node::Metadata::controls
staticconstexpr
Initial value:
= tuplet::make_tuple(
Control::Widgets::ArpeggioChooser(), Control::IntSlider("Octave", 1, 7, 1),
Control::IntSlider("Quantification", 1, 32, 8))
Definition: score-lib-process/Control/Widgets.hpp:178

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