From 6a4507cbd6b38ccac0611df6176c15808905e7af Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Mon, 19 Oct 2020 16:00:11 -0500 Subject: [PATCH] Add children OSC key --- QControlKit/Constants/QDefines.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/QControlKit/Constants/QDefines.cs b/QControlKit/Constants/QDefines.cs index 8def692..9c5bca2 100644 --- a/QControlKit/Constants/QDefines.cs +++ b/QControlKit/Constants/QDefines.cs @@ -97,6 +97,7 @@ public const string PatchList = "patchList"; public const string SurfaceList = "surfaceList"; public const string Cues = "cues"; + public const string Children = "children"; public const string ListName = "listName"; public const string SurfaceID = "surfaceID"; public const string FullSurface = "fullSurface";