diff --git a/docs/jit.ndi.receive~.maxref.xml b/docs/jit.ndi.receive~.maxref.xml index 24fbe83..f09e174 100644 --- a/docs/jit.ndi.receive~.maxref.xml +++ b/docs/jit.ndi.receive~.maxref.xml @@ -51,6 +51,59 @@ Prints the jit.ndi package version to the Max window. Prints the jit.ndi package version to the Max window. + + + Outputs the name of the current NDI source from the dump outlet. + Outputs the name of the current NDI source from the dump outlet. + + + + + + + Sets the current NDI source. + Sets the current NDI source. Symbol should be formatted as 'HOSTNAME (SOURCENAME)'. + + + + + + + Sets the current NDI source. + Sets the current NDI source. Symbol should be formatted as 'HOSTNAME (SOURCENAME)'. + + + + Outputs a dictionary containing discovered NDI sources from the dump outlet. + Outputs a dictionary containing discovered NDI sources from the dump outlet. + + + + Outputs messages from the dump outlet which can be used to populate a umenu with a list of discovered NDI sources. + Outputs messages from the dump outlet which can be used to populate a umenu with a list ofdiscovered NDI sources. + + + + Outputs messages from the dump outlet which can be used to populate a umenu with a list of discovered NDI sources. + Outputs messages from the dump outlet which can be used to populate a umenu with a list ofdiscovered NDI sources. + + + + + + + Stores a PTZ preset on the NDI source. + Stores a PTZ preset on the NDI source. Must be in range 0 to 99. Will only be sent if the NDI source has reported as being PTZ capable. + + + + + + + + Stores a PTZ preset on the NDI source. + Recalls a PTZ preset on the NDI source. Must be in range 0 to 99. Recall speed must be in range 0 to 1, where 1 is the fastest move possible. Will only be sent if the NDI source has reported as being PTZ capable. + @@ -88,6 +141,71 @@ Tally program status The tally status indicating whether this receiver is displaying the source on program. Will be communicated back over the network to the sender. + + + Readonly attribute to indicate if the connected NDI source is PTZ capable. + Readonly attribute to indicate if the connected NDI source is PTZ capable. All PTZ attributes will be disabled until this is set to 1. + + + + Absolute PTZ zoom value + Absolute PTZ zoom value. Sets the PTZ zoom value of the NDI source to this exact value. + + + + PTZ zoom adjustment speed. + PTZ zoom adjustment speed. Instructs to source to continuously adjust it's PTZ zoom value at this speed. Best used with a joystick or other controller input which automatically re-centers to 0 when released. + + + + Absolute PTZ pan/tilt position + Absolute PTZ pan/tilt position. Sets the PTZ pan/tilt position of the NDI source to this exact value. + + + + PTZ pan/tilt adjustment speed + PTZ pan/tilt adjustment speed. Instructs to source to continuously adjust it's PTZ pan/tilt position at this speed. Best used with a joystick or other controller input which automatically re-centers to 0 when released. + + + + PTZ autofocus enabled. + PTZ autofocus enabled. + + + + Absolute PTZ focus position. + Absolute PTZ focus value. Sets the PTZ focus value of the NDI source to this exact value. Only applied when 'ptz_autofocus' is set to 0. + + + + PTZ focus adjustment speed + PTZ focus adjustment speed. Instructs to source to continuously adjust it's PTZ focus value at this speed. Best used with a joystick or other controller input which automatically re-centers to 0 when released. + + + + PTZ white balance mode + PTZ white balance mode. 0 = Auto, 1 = Indoor, 2 = Outdoor, 3 = One-push, 4 = Manual. When in manual mode use 'ptz_whitebalance_red' and 'ptz_whitebalance_blue' to adjust white balance setting. + + + + PTZ manual white balance red value. + PTZ manual white balance red value. Only applied when 'ptz_whitebalance_mode' is set to 4 (manual). + + + + PTZ manual white balance blue value. + PTZ manual white balance blue value. Only applied when 'ptz_whitebalance_mode' is set to 4 (manual). + + + + PTZ auto exposure enabled. + PTZ auto exposure enabled. + + + + Absolute PTZ exposure value + Absolute PTZ exposure value. Sets the PTZ focus value of the NDI source to this exact value. Only applied when 'ptz_autoexposure' is set to 0. + diff --git a/docs/jit.ndi.send~.maxref.xml b/docs/jit.ndi.send~.maxref.xml index 39aa08a..409cedf 100644 --- a/docs/jit.ndi.send~.maxref.xml +++ b/docs/jit.ndi.send~.maxref.xml @@ -43,6 +43,11 @@ Prints the jit.ndi package version to the Max window. Prints the jit.ndi package version to the Max window. + + + Resets the values for ptz_zoom_speed, ptz_pantilt_speed and ptz_focus_speed attributes to zero. + Resets the values for ptz_zoom_speed, ptz_pantilt_speed and ptz_focus_speed attributes to zero. This is intended for use in a situation where a PTZ controller has disconnected whilst still sending adjustment values. + @@ -76,11 +81,6 @@ Whether PTZ control is allowed for this source. If enabled received PTZ control data will be output from the dump outlet. - - KVM control enable - Whether KVM control is allowed for this source. If enabled received KVM control data will be output from the dump outlet. - - Tally preview status The tally status of the source indicating whether any connected receivers are displaying the source on preview. @@ -90,6 +90,66 @@ Tally program status The tally status of the source indicating whether any connected receivers are displaying the source on program. + + + Adjusts the sensitivity of PTZ zoom adjustment from NDI receivers. + + + + + Adjusts the sensitivity of PTZ pan/tilt adjustment from NDI receivers. + + + + + Adjusts the sensitivity of PTZ focus adjustment from NDI receivers. + + + + + Absolute PTZ zoom value + Absolute PTZ zoom value. Sets the PTZ zoom value of the NDI source to this exact value. Can be adjusted locally but will be overwritten by any value sent from a connected NDI receiver. + + + + Absolute PTZ pan/tilt position + Absolute PTZ pan/tilt position. Sets the PTZ pan/tilt position of the NDI source to this exact value. Can be adjusted locally but will be overwritten by any value sent from a connected NDI receiver. + + + + PTZ autofocus enabled. + PTZ autofocus enabled. Can be adjusted locally but will be overwritten by any value sent from a connected NDI receiver. + + + + Absolute PTZ focus position. + Absolute PTZ focus value. Sets the PTZ focus value of the NDI source to this exact value. Only applied when 'ptz_autofocus' is set to 0. Can be adjusted locally but will be overwritten by any value sent from a connected NDI receiver. + + + + PTZ white balance mode + PTZ white balance mode. 0 = Auto, 1 = Indoor, 2 = Outdoor, 3 = One-push, 4 = Manual. When in manual mode use 'ptz_whitebalance_red' and 'ptz_whitebalance_blue' to adjust white balance setting. Can be adjusted locally but will be overwritten by any value sent from a connected NDI receiver. + + + + PTZ manual white balance red value. + PTZ manual white balance red value. Only applied when 'ptz_whitebalance_mode' is set to 4 (manual). Can be adjusted locally but will be overwritten by any value sent from a connected NDI receiver. + + + + PTZ manual white balance blue value. + PTZ manual white balance blue value. Only applied when 'ptz_whitebalance_mode' is set to 4 (manual). Can be adjusted locally but will be overwritten by any value sent from a connected NDI receiver. + + + + PTZ auto exposure enabled. + PTZ auto exposure enabled. Can be adjusted locally but will be overwritten by any value sent from a connected NDI receiver. + + + + Absolute PTZ exposure value + Absolute PTZ exposure value. Sets the PTZ focus value of the NDI source to this exact value. Only applied when 'ptz_autoexposure' is set to 0. Can be adjusted locally but will be overwritten by any value sent from a connected NDI receiver. +