Skip to content

Commit fa1cf0f

Browse files
Merge pull request #290 from mvrdevelopment/virtual_channel_resolution
Clarify Virtual channel resolution
2 parents 142a237 + 77af3a3 commit fa1cf0f

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/check-links.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
uses: wjdp/htmltest-action@master
2222
with:
2323
path: mvr-spec.html
24+
config: .htmltest.yml

.htmltest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
IgnoreURLs:
2+
- "https://www.din.de"
3+
- "https://www.din.de/go/din-term"
4+

gdtf-spec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ specified in [Table 1](#user-content-table-1 ).
207207
|Rotation<a id="attrtype-rotation"/> | {float, float, float}<br/>{float, float, float} <br/>{float, float, float} | Rotation matrix, consist of 3\*3 floats. Stored as row-major matrix, i.e. each row of the matrix is stored as a 3-component vector. Mathematical definition of the matrix is column-major, i.e. the matrix rotation is stored in the three columns. Metric system, right-handed Cartesian coordinates XYZ:<br/>X – from left (-X) to right (+X),<br/>Y – from the outside of the monitor (-Y) to the inside of the monitor (+Y),<br/>Z – from the bottom (-Z) to the top (+Z). |
208208
|Enum<a id="attrtype-enum"/> | Literal | Possible values are predefined.|
209209
|DMXAddress<a id="attrtype-dmxaddress"/> |Int, Alternative format: Universe.Address | Absolute DMX address (size 4 bytes); Alternative format: Universe – integer universe number, starting with 1; Address: address within universe from 1 to 512. Format: integer |
210-
|DMXValue<a id="attrtype-dmxvalue"/> | Uint/n for ByteMirroring values <br/>Uint/ns for ByteShifting values|Special type to define DMX value where n is the byte count. The byte count can be individually specified without depending on the resolution of the DMX Channel.<br/> By default byte mirroring is used for the conversion. See examples below. Byte shifting and mirroring will be obsoleted in next version of the Spec and the DMXValue will have to be specified including and matching the resolution of the DMX Channel|
210+
|DMXValue<a id="attrtype-dmxvalue"/> | Uint/n for ByteMirroring values <br/>Uint/ns for ByteShifting values|Special type to define DMX value where n is the byte count and the Uint is the value. The value must be within the size limit defined by the byte count. The byte count can be individually specified without depending on the resolution of the DMX Channel.<br/> By default byte mirroring is used for the conversion. See examples below. Byte shifting and mirroring will be obsoleted in next version of the Spec and the DMXValue will have to be specified including and matching the resolution of the DMX Channel|
211211
|GUID<a id="attrtype-guid"/> | XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX | Unique ID corresponding to RFC 4122: X–1 digit in hexadecimal notation. Example: “308EA87D-7164-42DE-8106-A6D273F57A51”. |
212212
|Resource<a id="attrtype-resource"/> | String|File name of the resource file without extension and without subfolder. |
213213
|Pixel<a id="attrtype-pixel"/> | Pixel| Integer value representing one Pixel inside a MediaFile. Pixel count starts with zero in the top left corner.|
@@ -1935,6 +1935,7 @@ defined XML attributes of the DMX channel are specified in [table
19351935
| Highlight | [DMXValue](#user-content-attrtype-dmxvalue ) | Highlight value for current channel; Special value: “None”. Default value: “None”. |
19361936
| Geometry | [Name](#user-content-attrtype-name ) | Name of the geometry the current channel controls. |
19371937

1938+
If the Offset is set as None the resolution for the DMX Channel is 16bit.
19381939

19391940
</div>
19401941

0 commit comments

Comments
 (0)