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

Static Public Attributes

static constexpr const auto prettyName = "Rate Limiter"
 
static constexpr const auto objectKey = "RateLimiter"
 
static constexpr const auto category = "Control/Mappings"
 
static constexpr const auto author = "ossia score"
 
static constexpr const auto tags = std::array<const char*, 0>{}
 
static constexpr const auto kind = Process::ProcessCategory::Mapping
 
static constexpr const auto description = "Limit and quantize the rate of a value stream"
 
static const uuid_constexpr auto uuid = make_uuid("76cfd504-7c10-4bdb-a1b4-fbe449cc06f0")
 
static constexpr const auto controls
 
static constexpr const value_in value_ins [] {"in"}
 
static constexpr const value_out value_outs [] {"out"}
 
- Static Public Attributes inherited from Control::Meta_base
static constexpr const Process::ProcessFlags flags
 

Member Data Documentation

◆ controls

constexpr const auto Nodes::RateLimiter::Node::Metadata::controls
staticconstexpr
Initial value:
= tuplet::make_tuple(
Control::Widgets::QuantificationChooser(),
Control::IntSlider{"ms.", 0, 1000, 10})
Definition: score-lib-process/Control/Widgets.hpp:178

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