Struct thl::modulation::ModulationRouting#

struct ModulationRouting#

Collaboration diagram for thl::modulation::ModulationRouting:

digraph { graph [bgcolor="#00000000"] node [shape=rectangle style=filled fillcolor="#FFFFFF" font=Helvetica padding=2] edge [color="#1414CE"] "3" [label="std::basic_string< Char >" tooltip="std::basic_string< Char >"] "2" [label="std::string" tooltip="std::string"] "1" [label="thl::modulation::ModulationRouting" tooltip="thl::modulation::ModulationRouting" fillcolor="#BFBFBF"] "2" -> "3" [dir=forward tooltip="public-inheritance"] "1" -> "2" [dir=forward tooltip="usage"] }

Public Functions

ModulationRouting() = default#
inline ModulationRouting(std::string_view view_source_id, std::string_view view_target_id, float new_depth = 1.0f, uint32_t new_max_decimation = 0, DepthMode new_depth_mode = DepthMode::Normalized, CombineMode new_combine_mode = CombineMode::Additive)#

Public Members

uint32_t m_id = k_invalid_routing_id#
std::string m_source_id#
std::string m_target_id#
float m_depth = 1.0f#
DepthMode m_depth_mode = DepthMode::Normalized#
CombineMode m_combine_mode = CombineMode::Additive#
uint32_t m_replace_priority = 0#
std::optional<uint32_t> m_replace_hold_priority#
float m_replace_range_min = 0.0f#
float m_replace_range_max = 1.0f#
bool m_has_replace_range = false#
uint32_t m_max_decimation = 0#
bool m_skip_during_gesture = false#