Skip to content

Commit b74d5fa

Browse files
committed
Add default value to the ChannelFunction - Default field
1 parent 9186987 commit b74d5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gdtf-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ currently defined XML attributes of channel function are specified in
19391939
| Attribute | [Node](#user-content-attrtype-node ) | Link to attribute; Starting point is the attributes node. Default value: “NoFeature”. |
19401940
| OriginalAttribute | [String](#user-content-attrtype-string ) | The manufacturer's original name of the attribute; Default: empty |
19411941
| DMXFrom | [DMXValue](#user-content-attrtype-dmxvalue ) | Start DMX value; The end DMX value is calculated as a DMXFrom of the next channel function – 1 or the maximum value of the DMX channel. Default value: "0/1". |
1942-
| Default | [DMXValue](#user-content-attrtype-dmxvalue ) | Default DMX value of channel function when activated by the control system. |
1942+
| Default | [DMXValue](#user-content-attrtype-dmxvalue ) | Default DMX value of channel function when activated by the control system. Default value: value of the DMXFrom field |
19431943
| PhysicalFrom | [Float](#user-content-attrtype-float ) | Physical start value; Default value: 0 |
19441944
| PhysicalTo | [Float](#user-content-attrtype-float ) | Physical end value; Default value: 1 |
19451945
| RealFade | [Float](#user-content-attrtype-float ) | Time in seconds to move from min to max of the Channel Function; Default value: 0 |

0 commit comments

Comments
 (0)