Skip to content

Commit

Permalink
submodules update
Browse files Browse the repository at this point in the history
benkuper committed Dec 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b3b1866 commit 2296e39
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Modules/juce_dmx
Submodule juce_dmx updated 1 files
+130 −130 DMXUniverse.h
2 changes: 1 addition & 1 deletion Modules/juce_organicui
Submodule juce_organicui updated 71 files
+46 −14 app/OrganicMainComponentCommands.cpp
+2 −2 automation/parameter/ParameterAutomation.cpp
+1 −1 automation/parameter/ParameterAutomation.h
+660 −653 controllable/Controllable.cpp
+5 −1 controllable/Controllable.h
+18 −4 controllable/ControllableContainer.cpp
+3 −1 controllable/ControllableContainer.h
+2 −2 controllable/dashboard/DashboardCCItem.cpp
+1 −1 controllable/dashboard/DashboardCCItem.h
+195 −195 controllable/dashboard/DashboardControllableItem.cpp
+46 −46 controllable/dashboard/DashboardControllableItem.h
+6 −6 controllable/parameter/ColorParameter.cpp
+3 −3 controllable/parameter/ColorParameter.h
+46 −3 controllable/parameter/EnumParameter.cpp
+4 −3 controllable/parameter/EnumParameter.h
+185 −185 controllable/parameter/FloatParameter.cpp
+121 −121 controllable/parameter/IntParameter.cpp
+11 −5 controllable/parameter/Parameter.cpp
+1 −1 controllable/parameter/Parameter.h
+4 −4 controllable/parameter/Point2DParameter.cpp
+2 −2 controllable/parameter/Point2DParameter.h
+6 −6 controllable/parameter/TargetParameter.cpp
+2 −2 controllable/parameter/TargetParameter.h
+4 −2 controllable/parameter/ui/BoolToggleUI.cpp
+18 −18 controllable/parameter/ui/ColorParameterUI.cpp
+2 −1 controllable/parameter/ui/EnumParameterUI.cpp
+10 −4 controllable/parameter/ui/FloatSliderUI.cpp
+1 −5 controllable/parameter/ui/ParameterUI.cpp
+1 −1 controllable/parameter/ui/ParameterUI.h
+4 −4 controllable/parameter/ui/TargetParameterUI.cpp
+7 −0 controllable/ui/ControllableUI.cpp
+4 −0 controllable/ui/ControllableUI.h
+13 −2 controllable/ui/GenericControllableContainerEditor.cpp
+3 −0 controllable/ui/GenericControllableContainerEditor.h
+2 −2 dashboard/Dashboard.cpp
+54 −54 dashboard/Dashboard.h
+2 −2 dashboard/DashboardGroupItem.cpp
+1 −1 dashboard/DashboardGroupItem.h
+1 −0 engine/Engine.cpp
+4 −1 engine/Engine.h
+66 −7 engine/EngineFileDocument.cpp
+1 −1 helpers/OSCHelpers.cpp
+4 −4 inspectable/Inspectable.cpp
+36 −16 inspectable/Inspectable.h
+2 −2 inspectable/dashboard/DashboardInspectableItem.cpp
+1 −1 inspectable/dashboard/DashboardInspectableItem.h
+1 −1 inspectable/ui/InspectableContentComponent.h
+11 −1 inspectable/ui/Inspector.cpp
+1 −0 inspectable/ui/Inspector.h
+12 −6 juce_organicui.h
+4 −5 manager/BaseItem.cpp
+1 −2 manager/BaseItem.h
+28 −11 manager/BaseManager.h
+0 −2 manager/ui/BaseItemMinimalUI.h
+3 −4 manager/ui/BaseItemUI.h
+15 −4 manager/ui/BaseManagerUI.h
+2 −0 manager/ui/BaseManagerViewUI.h
+14 −0 manager/ui/GenericManagerEditor.h
+2 −2 parrot/Parrot.cpp
+1 −1 parrot/Parrot.h
+2 −2 parrot/ParrotRecord.cpp
+1 −1 parrot/ParrotRecord.h
+107 −44 remotecontrol/OSCRemoteControl.cpp
+3 −0 remotecontrol/OSCRemoteControl.h
+2 −2 script/Script.cpp
+129 −129 script/Script.h
+44 −9 script/ScriptUtil.cpp
+3 −0 script/ScriptUtil.h
+1 −0 script/ui/ScriptEditor.cpp
+4 −3 settings/GlobalSettings.cpp
+2 −1 settings/GlobalSettings.h

0 comments on commit 2296e39

Please sign in to comment.