Skip to content

MDMX overflows MIDIDMX at capacity #34

Description

@fundale

MDMX overflows mergedDMXvalues for MIDIDMX Exporter when maxed out at 16384 to 16386 due to the Column rounding for Serialization.
(Just writing this down for later)

int rounded = (int)(Math.Ceiling(channelValues.Count / (double)channelsPerCol) * channelsPerCol);
channelValues.EnsureCapacity(rounded);

for (int i = midiCatchup; i < channelValues.Count; i++)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions