We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a643500 + f0b8d81 commit 2805399Copy full SHA for 2805399
plugins/ftdidmx/FtdiDmxDevice.h
@@ -48,6 +48,10 @@ class FtdiDmxDevice : public Device {
48
std::string Description() const { return m_widget_info.Description(); }
49
FtdiWidget* GetDevice() { return m_widget; }
50
51
+ // We can send the same universe to multiple ports, or patch port 2 before
52
+ // port 1
53
+ bool AllowMultiPortPatching() const { return true; }
54
+
55
protected:
56
bool StartHook();
57
0 commit comments