Skip to content

Commit 2805399

Browse files
authored
Merge pull request #1435 from peternewman/0.10-libftdi1
FTDI DMX allow the same universe to be patched to multiple ports
2 parents a643500 + f0b8d81 commit 2805399

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugins/ftdidmx/FtdiDmxDevice.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ class FtdiDmxDevice : public Device {
4848
std::string Description() const { return m_widget_info.Description(); }
4949
FtdiWidget* GetDevice() { return m_widget; }
5050

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+
5155
protected:
5256
bool StartHook();
5357

0 commit comments

Comments
 (0)