Skip to content

Fail to read DmxChannelCount #141

@jordan-walters

Description

@jordan-walters

Describe the bug
Opening the attached .gdtf file, and callingthe GetDmxChannelCount for the 2nd mode "Dmx Mode", returns 11.
The channel count should be 20.

Custom@Light_Instr_Chauvet_Maverick_Storm_1_Beam.zip

To Reproduce
Steps to reproduce the behavior:

  1. Using libMVRgdtf, ReadFromFile the attached gdtf file.
  2. Using returned fixture pointer, call GetDmxModeAt(1) to get the mode "Dmx Mode".
  3. Using return dmxMode pointer call GetDmxChannelCount to get number of dmx channels for that mode.
  4. Value returned is 11.

Expected behavior
The value returned should be 20

Screenshots
N/A

Desktop (please complete the following information):

  • OS: Windows 11
  • Chrome and MS Edge

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions