RichardTea
RichardTea
The current installer only requests to open "public" networks. It should ask for all networks.
MDI is somewhat difficult to use in multi-monitor systems A floating window mode would be easier to use
The "Tock" layer "ttimer" class is used in many places (eg sACNSource class), but the actual underlying QElapsedTimer is never started as Tock_StartLib() is never called. While it seems to...
CIDs are being generated by the following code: ``` CID CID::CreateCid() { QUuid uuid = QUuid::createUuid(); QByteArray bits = uuid.toByteArray(); CID result; memcpy(result.m_cid, bits.data(), CIDBYTES); return result; } ``` This...
**Is your feature request related to a problem? Please describe.** FieldOfView is currently defined as a single angle. However it is not specified whether this angle is horizontal, vertical or...
**Is your feature request related to a problem? Please describe.** The physical arrangement of beam shaper elements such as framing shutter blades and barndoors is not defined anywhere within GDTF....
Skew and shear transforms cannot be decomposed to the usual translation, rotation and scale, so cannot be shown by most CAD applications. I would also recommend prohibiting Mirror in both...
The 3DS format is unitless, so the MVR specification needs to specify the units for a 3DS model used within MVR. From inspection of MVR files exported by Vectorworks, it...
There are currently three different ways to define video-server media sources depending on whether a device gets considered a `Fixture`, `Projector` or `VideoScreen`. These should all be exactly the same...
### What happened? The current E1.31 reception doesn't quite meet the minimum requirements of the ANSI E1.31-2018 standard. The issues appear to be: 1. Data using Alternate Start Codes is...