Open
Description
MA Lighting produces grandMA2 control boards and therefore also distributes the so-called "grandMA2 onPC" free-of-charge software.
- Software Download
- It has a huge manual
- Fixture Share – the whole fixture library and user-contributed fixtures, but you have to create an account to access them
- In the open forum, you can find fixtures for old grandMA1 version and an archive for grandMA2 fixtures (probably from the time when there was no Fixture Share)
grandMA1 fixtures (Eurolite Par 56) are stored as .txt files and seem to use a simple object structure with attributes (I guess that the format is standardized but I don't know it).
grandMA2 fixtures (Eurolite TMH 12) are stored as .xml files. They refer to a xml schema: xsi:schemaLocation="http://schemas.malighting.de/grandma2/xml/MA http://schemas.malighting.de/grandma2/xml/3.1.2/MA.xsd"
. That's pretty cool as we can use the schema to test our fixtures and it helps us to understand how the fixture definitions work.