diff --git a/public/data/api.json b/public/data/api.json index 891a90a..4048d9b 100644 --- a/public/data/api.json +++ b/public/data/api.json @@ -116,6 +116,8 @@ "name": "ActiveInput", "hasValue": 0, "hasInput": 1, + "hasMix": "Optional", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "hasDuration": 0, "hasSelectedName": 0, "inputNotes": "", @@ -127,7 +129,7 @@ "valueParam4": "", "valueExample": "", "selectedNameExample": "", - "notes": "Send specified input to Output 1.", + "notes": "Send specified input to Output (Mix 0). Specify mix number if not targeting mix 0.", "version": 24, "group": "input" }, @@ -1347,6 +1349,44 @@ "version": 24, "group": "videoCalls" }, + { + "name": "VideoCallConnect", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "Enter Password", + "valueParam1": "Name", + "valueParam1Notes": "User Name", + "valueParam2": "Password", + "valueParam2Notes": "vMix Call Password", + "valueParam3": "", + "valueParam4": "", + "valueExample": "UserName,0000000000", + "selectedNameExample": "", + "notes": "Connect to a video call with username and password.", + "version": 28, + "group": "videoCalls" + }, + { + "name": "ZoomJoinMeeting", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "Enter Meeting Password", + "valueParam1": "MeetingID", + "valueParam1Notes": "Zoom Meeting ID", + "valueParam2": "Password", + "valueParam2Notes": "Zoom Meeting Password", + "valueParam3": "", + "valueParam4": "", + "valueExample": "123456789,password", + "selectedNameExample": "", + "notes": "Join a Zoom meeting with Meeting ID and password.", + "version": 28, + "group": "videoCalls" + }, { "name": "ChangeCountdown", "hasValue": 1, @@ -2643,8 +2683,10 @@ "name": "OverlayInput1", "hasValue": 0, "hasInput": 1, + "hasMix": "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes":"defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -2662,8 +2704,10 @@ "name": "OverlayInput1In", "hasValue": 0, "hasInput": 1, + "hasMix": "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes":"defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -2738,8 +2782,10 @@ "name": "OverlayInput2", "hasValue": 0, "hasInput": 1, + "hasMix": "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes":"defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -2757,8 +2803,10 @@ "name": "OverlayInput2In", "hasValue": 0, "hasInput": 1, + "hasMix": "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes":"defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -2833,8 +2881,10 @@ "name": "OverlayInput3", "hasValue": 0, "hasInput": 1, + "hasMix": "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes":"defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -2852,8 +2902,10 @@ "name": "OverlayInput3In", "hasValue": 0, "hasInput": 1, + "hasMix": "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes":"defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -2928,8 +2980,10 @@ "name": "OverlayInput4", "hasValue": 0, "hasInput": 1, + "hasMix": "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes":"defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -2947,8 +3001,10 @@ "name": "OverlayInput4In", "hasValue": 0, "hasInput": 1, + "hasMix": "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes":"defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -3138,7 +3194,7 @@ "hasValue": 0, "hasInput": 1, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "hasDuration": 0, "hasSelectedName": 0, "inputNotes": "", @@ -3150,7 +3206,7 @@ "valueParam4": "", "valueExample": "2", "selectedNameExample": "", - "notes": "Send specified input to Preview. Specify mix number if not targeting mix 1.", + "notes": "Send specified input to Preview. Specify mix number if not targeting mix 0.", "version": 24, "group": "input" }, @@ -4554,6 +4610,106 @@ "version": 24, "group": "replay" }, + { + "name": "ReplayJumpToSelectedInPoint", + "hasValue": 0, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "hasChannel": 1, + "inputNotes": "", + "valueParam1": "", + "valueParam1Notes": "", + "valueParam2": "", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "", + "selectedNameExample": "", + "notes": "Set Position to In point of Selected Event.", + "version": 28, + "group": "replay" + }, + { + "name": "ReplayJumpToSelectedOutPoint", + "hasValue": 0, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "hasChannel": 1, + "inputNotes": "", + "valueParam1": "", + "valueParam1Notes": "", + "valueParam2": "", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "", + "selectedNameExample": "", + "notes": "Set Position to Out point of Selected Event.", + "version": 28, + "group": "replay" + }, + { + "name": "ReplaySetChannelAToBTimecodeAndCamera", + "hasValue": 0, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "hasChannel": 0, + "inputNotes": "", + "valueParam1": "", + "valueParam1Notes": "", + "valueParam2": "", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "", + "selectedNameExample": "", + "notes": "Set A Timecode and Camera to B.", + "version": 28, + "group": "replay" + }, + { + "name": "ReplaySetChannelBToATimecodeAndCamera", + "hasValue": 0, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "hasChannel": 0, + "inputNotes": "", + "valueParam1": "", + "valueParam1Notes": "", + "valueParam2": "", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "", + "selectedNameExample": "", + "notes": "Set B Timecode and Camera to A.", + "version": 28, + "group": "replay" + }, + { + "name": "ReplayUpdateSelectedSpeedFromValue", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "hasChannel": 1, + "inputNotes": "", + "valueParam1": "Speed", + "valueParam1Notes": "Speed 0-1", + "valueParam2": "", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "0.5", + "selectedNameExample": "", + "notes": "See SetRateSlowMotion.", + "version": 28, + "group": "replay" + }, { "name": "ReplayLastEventCameraOff", "hasValue": 1, @@ -6770,7 +6926,7 @@ "valueParam4": "", "valueExample": "3", "selectedNameExample": "", - "notes": "Photos,List: Selects item in List according to Value starting from number 1\n\nVirtual Set: Zooms to selected preset using the current speed settings", + "notes": "Photos,List: Selects item in List according to Value starting from number 1\n\nVirtual Set: Zooms to selected preset using the current speed settings\n\nTitle: Starts Page animation according to Value starting from number 1", "version": 24, "group": "input" }, @@ -7652,18 +7808,20 @@ "name": "SetOutput2", "hasValue": 1, "hasInput": 1, + "hasMix":1, "hasDuration": 0, "hasSelectedName": 0, + "mixNotes": "but only if value=Mix", "inputNotes": "but only if value=Input", "valueParam1": "outputType", - "valueParam1Notes": "One of: Output, Preview, MultiView, Input", + "valueParam1Notes": "One of: Output, Preview, MultiView, Input, Mix", "valueParam2": "", "valueParam2Notes": "", "valueParam3": "", "valueParam4": "", "valueExample": "Input", "selectedNameExample": "", - "notes": "Change what is displayed on output 2. If value=Input, specify which input using Input parameter.", + "notes": "Change what is displayed on output 2. If value=Input, specify which input using Input parameter. If value=Mix, specify which input using Mix parameter.", "version": 24, "group": "output" }, @@ -7671,18 +7829,20 @@ "name": "SetOutput3", "hasValue": 1, "hasInput": 1, + "hasMix":1, "hasDuration": 0, "hasSelectedName": 0, + "mixNotes": "but only if value=Mix", "inputNotes": "but only if value=Input", "valueParam1": "outputType", - "valueParam1Notes": "One of: Output, Preview, MultiView, Input", + "valueParam1Notes": "One of: Output, Preview, MultiView, Input, Mix", "valueParam2": "", "valueParam2Notes": "", "valueParam3": "", "valueParam4": "", "valueExample": "Input", "selectedNameExample": "", - "notes": "Change what is displayed on output 3. If value=Input, specify which input using Input parameter.", + "notes": "Change what is displayed on output 3. If value=Input, specify which input using Input parameter. If value=Mix, specify which input using Mix parameter.", "version": 24, "group": "output" }, @@ -7690,18 +7850,20 @@ "name": "SetOutput4", "hasValue": 1, "hasInput": 1, + "hasMix":1, "hasDuration": 0, "hasSelectedName": 0, + "mixNotes": "but only if value=Mix", "inputNotes": "but only if value=Input", "valueParam1": "outputType", - "valueParam1Notes": "One of: Output, Preview, MultiView, Input", + "valueParam1Notes": "One of: Output, Preview, MultiView, Input, Mix", "valueParam2": "", "valueParam2Notes": "", "valueParam3": "", "valueParam4": "", "valueExample": "Input", "selectedNameExample": "", - "notes": "Change what is displayed on output 4. If value=Input, specify which input using Input parameter.", + "notes": "Change what is displayed on output 4. If value=Input, specify which input using Input parameter. If value=Mix, specify which input using Mix parameter.", "version": 24, "group": "output" }, @@ -7709,18 +7871,20 @@ "name": "SetOutputExternal2", "hasValue": 1, "hasInput": 1, + "hasMix":1, "hasDuration": 0, "hasSelectedName": 0, + "mixNotes": "but only if value=Mix", "inputNotes": "but only if value=Input", "valueParam1": "outputType", - "valueParam1Notes": "One of: Output, Preview, MultiView, Input", + "valueParam1Notes": "One of: Output, Preview, MultiView, Input, Mix", "valueParam2": "", "valueParam2Notes": "", "valueParam3": "", "valueParam4": "", "valueExample": "Input", "selectedNameExample": "", - "notes": "Change what is displayed on external output 2. If value=Input, specify which input using Input parameter.", + "notes": "Change what is displayed on external output 2. If value=Input, specify which input using Input parameter. If value=Mix, specify which input using Mix parameter.", "version": 24, "group": "output" }, @@ -7728,18 +7892,20 @@ "name": "SetOutputFullscreen", "hasValue": 1, "hasInput": 1, + "hasMix":1, "hasDuration": 0, "hasSelectedName": 0, + "mixNotes": "but only if value=Mix", "inputNotes": "but only if value=Input", "valueParam1": "outputType", - "valueParam1Notes": "One of: Output, Preview, MultiView, Input", + "valueParam1Notes": "One of: Output, Preview, MultiView, Input, Mix", "valueParam2": "", "valueParam2Notes": "", "valueParam3": "", "valueParam4": "", "valueExample": "Input", "selectedNameExample": "", - "notes": "Change what is displayed on the fullscreen output. If value=Input, specify which input using Input parameter.", + "notes": "Change what is displayed on the fullscreen output. If value=Input, specify which input using Input parameter. If value=Mix, specify which input using Mix parameter.", "version": 24, "group": "output" }, @@ -7747,18 +7913,20 @@ "name": "SetOutputFullscreen2", "hasValue": 1, "hasInput": 1, + "hasMix":1, "hasDuration": 0, "hasSelectedName": 0, + "mixNotes": "but only if value=Mix", "inputNotes": "but only if value=Input", "valueParam1": "outputType", - "valueParam1Notes": "One of: Output, Preview, MultiView, Input", + "valueParam1Notes": "One of: Output, Preview, MultiView, Input, Mix", "valueParam2": "", "valueParam2Notes": "", "valueParam3": "", "valueParam4": "", "valueExample": "Input", "selectedNameExample": "", - "notes": "Change what is displayed on the fullscreen 2 output. If value=Input, specify which input using Input parameter.", + "notes": "Change what is displayed on the fullscreen 2 output. If value=Input, specify which input using Input parameter. If value=Mix, specify which input using Mix parameter.", "version": 24, "group": "output" }, @@ -8275,6 +8443,158 @@ "version": 24, "group": "audio" }, + { + "name": "SetBusAVolumeFade", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "volume", + "valueParam1Notes": "0-100", + "valueParam2": "durationMilliseconds", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "50,500", + "selectedNameExample": "", + "notes": "Set volume of the bus gradually over x milliseconds.", + "version": 28, + "group": "audio" + }, + { + "name": "SetBusBVolumeFade", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "volume", + "valueParam1Notes": "0-100", + "valueParam2": "durationMilliseconds", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "50,500", + "selectedNameExample": "", + "notes": "Set volume of the bus gradually over x milliseconds.", + "version": 28, + "group": "audio" + }, + { + "name": "SetBusCVolumeFade", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "volume", + "valueParam1Notes": "0-100", + "valueParam2": "durationMilliseconds", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "50,500", + "selectedNameExample": "", + "notes": "Set volume of the bus gradually over x milliseconds.", + "version": 28, + "group": "audio" + }, + { + "name": "SetBusDVolumeFade", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "volume", + "valueParam1Notes": "0-100", + "valueParam2": "durationMilliseconds", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "50,500", + "selectedNameExample": "", + "notes": "Set volume of the bus gradually over x milliseconds.", + "version": 28, + "group": "audio" + }, + { + "name": "SetBusEVolumeFade", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "volume", + "valueParam1Notes": "0-100", + "valueParam2": "durationMilliseconds", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "50,500", + "selectedNameExample": "", + "notes": "Set volume of the bus gradually over x milliseconds.", + "version": 28, + "group": "audio" + }, + { + "name": "SetBusFVolumeFade", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "volume", + "valueParam1Notes": "0-100", + "valueParam2": "durationMilliseconds", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "50,500", + "selectedNameExample": "", + "notes": "Set volume of the bus gradually over x milliseconds.", + "version": 28, + "group": "audio" + }, + { + "name": "SetBusGVolumeFade", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "volume", + "valueParam1Notes": "0-100", + "valueParam2": "durationMilliseconds", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "50,500", + "selectedNameExample": "", + "notes": "Set volume of the bus gradually over x milliseconds.", + "version": 28, + "group": "audio" + }, + { + "name": "SetMasterVolumeFade", + "hasValue": 1, + "hasInput": 0, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "volume", + "valueParam1Notes": "0-100", + "valueParam2": "durationMilliseconds", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "50,500", + "selectedNameExample": "", + "notes": "Set volume of the master gradually over x milliseconds.", + "version": 28, + "group": "audio" + }, { "name": "SetZoom", "hasValue": 1, @@ -8655,12 +8975,90 @@ "version": 24, "group": "output" }, + { + "name": "SetStingerGTInput1", + "hasValue": 0, + "hasInput": 1, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "", + "valueParam1Notes": "", + "valueParam2": "", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "", + "selectedNameExample": "", + "notes": "Assign GT Input as animation source for Stinger 1.", + "version": 28, + "group": "transition" + }, + { + "name": "SetStingerGTInput2", + "hasValue": 0, + "hasInput": 1, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "", + "valueParam1Notes": "", + "valueParam2": "", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "", + "selectedNameExample": "", + "notes": "Assign GT Input as animation source for Stinger 2.", + "version": 28, + "group": "transition" + }, + { + "name": "SetStingerGTInput3", + "hasValue": 0, + "hasInput": 1, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "", + "valueParam1Notes": "", + "valueParam2": "", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "", + "selectedNameExample": "", + "notes": "Assign GT Input as animation source for Stinger 3.", + "version": 28, + "group": "transition" + }, + { + "name": "SetStingerGTInput4", + "hasValue": 0, + "hasInput": 1, + "hasDuration": 0, + "hasSelectedName": 0, + "inputNotes": "", + "valueParam1": "", + "valueParam1Notes": "", + "valueParam2": "", + "valueParam2Notes": "", + "valueParam3": "", + "valueParam4": "", + "valueExample": "", + "selectedNameExample": "", + "notes": "Assign GT Input as animation source for Stinger 4.", + "version": 28, + "group": "transition" + }, { "name": "Stinger1", "hasValue": 0, "hasInput": 0, "hasDuration": 0, "hasSelectedName": 0, + "hasMix": "Optional", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "but input can be specified. Source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -8680,6 +9078,8 @@ "hasInput": 0, "hasDuration": 0, "hasSelectedName": 0, + "hasMix": "Optional", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "but input can be specified. Source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -8699,6 +9099,8 @@ "hasInput": 0, "hasDuration": 0, "hasSelectedName": 0, + "hasMix": "Optional", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "but input can be specified. Source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -8718,6 +9120,8 @@ "hasInput": 0, "hasDuration": 0, "hasSelectedName": 0, + "hasMix": "Optional", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "but input can be specified. Source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9191,8 +9595,10 @@ "name": "OverlayInput1Last", "hasValue": 0, "hasInput": 0, + "hasMix" : "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -9210,8 +9616,10 @@ "name": "OverlayInput2Last", "hasValue": 0, "hasInput": 0, + "hasMix" : "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -9229,8 +9637,10 @@ "name": "OverlayInput3Last", "hasValue": 0, "hasInput": 0, + "hasMix" : "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -9248,8 +9658,10 @@ "name": "OverlayInput4Last", "hasValue": 0, "hasInput": 0, + "hasMix" : "Optional", "hasDuration": 0, "hasSelectedName": 0, + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "", "valueParam1": "", "valueParam1Notes": "", @@ -9270,7 +9682,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9291,7 +9703,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1Notes": "", "valueParam2": "", @@ -9311,7 +9723,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9332,7 +9744,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9353,7 +9765,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9374,7 +9786,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9395,7 +9807,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9416,7 +9828,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9437,7 +9849,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9458,7 +9870,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9479,7 +9891,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9500,7 +9912,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9521,7 +9933,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9542,7 +9954,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9563,7 +9975,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9584,7 +9996,7 @@ "hasDuration": 1, "hasSelectedName": 0, "hasMix": "Optional", - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "", "valueParam1Notes": "", @@ -9603,7 +10015,7 @@ "hasValue": 1, "hasInput": 1, "hasSelectedName": 1, - "mixNotes": "defaults to main output (Mix 0), specify Mix 0-3 if required.", + "mixNotes": "defaults to main output (Mix 0), specify Mix 0-15 if required.", "inputNotes": "source in preview used if no input specified.", "valueParam1": "Color", "valueParam1Notes": "HTML #xxxxxxxx format",