-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule juce_dmx
updated
16 files
+16 −8 | DMXUniverse.cpp | |
+3 −1 | DMXUniverse.h | |
+9 −2 | DMXUniverseManager.cpp | |
+3 −0 | DMXUniverseManager.h | |
+10 −2 | device/DMXArtNetDevice.cpp | |
+1 −0 | device/DMXArtNetDevice.h | |
+37 −8 | device/DMXDevice.cpp | |
+12 −6 | device/DMXDevice.h | |
+87 −40 | device/DMXSACNDevice.cpp | |
+9 −2 | device/DMXSACNDevice.h | |
+12 −4 | device/DMXSerialDevice.cpp | |
+2 −0 | device/DMXSerialDevice.h | |
+251 −213 | device/sacn/e131.c | |
+16 −6 | device/sacn/e131.h | |
+3 −1 | juce_dmx.cpp | |
+6 −3 | juce_dmx.h |
Submodule juce_serial
updated
4 files
+16 −11 | SerialDevice.cpp | |
+3 −0 | SerialDevice.h | |
+36 −2 | SerialDeviceParameter.cpp | |
+7 −1 | SerialDeviceParameter.h |