TooBAmp x11 UI merge

This commit is contained in:
Robin Davies
2023-10-30 19:06:12 -04:00
parent 31aa061af5
commit 94325f20c5
145 changed files with 7186 additions and 6233 deletions
+7 -5
View File
@@ -213,11 +213,11 @@ namespace pipedal
bool is_logarithmic_ = false;
int display_priority_ = -1;
int range_steps_ = 0;
bool trigger_;
bool integer_property_;
bool enumeration_property_;
bool toggled_property_;
bool not_on_gui_;
bool trigger_ = false;
bool integer_property_ = false;
bool enumeration_property_ = false;
bool toggled_property_ = false;
bool not_on_gui_ = false;
std::string buffer_type_;
std::string port_group_;
@@ -226,6 +226,7 @@ namespace pipedal
std::string comment_;
PiPedalUI::ptr piPedalUI_;
public:
bool IsSwitch() const
{
@@ -303,6 +304,7 @@ namespace pipedal
return Lv2BufferType::Unknown;
}
public:
Lv2PortInfo() {}
~Lv2PortInfo() = default;