-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule juce_dmx
updated
20 files
+21 −11 | DMXUniverse.cpp | |
+6 −2 | DMXUniverse.h | |
+9 −2 | DMXUniverseManager.cpp | |
+3 −0 | DMXUniverseManager.h | |
+14 −6 | device/DMXArtNetDevice.cpp | |
+2 −1 | device/DMXArtNetDevice.h | |
+42 −13 | device/DMXDevice.cpp | |
+16 −10 | device/DMXDevice.h | |
+5 −4 | device/DMXEnttecProDevice.cpp | |
+3 −3 | device/DMXEnttecProDevice.h | |
+2 −2 | device/DMXOpenUSBDevice.cpp | |
+1 −1 | device/DMXOpenUSBDevice.h | |
+85 −28 | device/DMXSACNDevice.cpp | |
+13 −4 | device/DMXSACNDevice.h | |
+15 −7 | device/DMXSerialDevice.cpp | |
+5 −3 | 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_organicui
updated
9 files
+1 −1 | controllable/ControllableContainer.cpp | |
+2 −2 | dashboard/Dashboard.cpp | |
+2 −0 | dashboard/DashboardManager.cpp | |
+4 −0 | manager/BaseManager.h | |
+14 −0 | manager/Factory.h | |
+5 −1 | remotecontrol/OSCRemoteControl.cpp | |
+1 −0 | remotecontrol/OSCRemoteControl.h | |
+11 −2 | script/Script.cpp | |
+2 −0 | script/Script.h |
Submodule juce_serial
updated
6 files
+23 −7 | SerialDevice.cpp | |
+6 −1 | SerialDevice.h | |
+48 −2 | SerialDeviceParameter.cpp | |
+10 −1 | SerialDeviceParameter.h | |
+37 −34 | SerialManager.cpp | |
+2 −2 | SerialManager.h |
Submodule juce_timeline
updated
23 files