A collection of GrandMA3 plugins, documentation, user-guides and experiments
Plugins:
- ViewScaler: Scale a display's content to fit the available space
- ScreenSwap: Swap the ViewButtons between 2 displays
- TimecodeExporter: Export Timecode Pool objects to CSV
- APIDump: Export the LUA API (used for the reference documentation generation)
- PluginTemplate: A template for a new plugin
- Other small examples and templates found in the examples directory
Documentation for the plugins and a reference LUA documentation is available at https://grandma3.bambinito.net
- Download latest version of a plugin from the Package Registry or the Releases page.
- Unzip the file in the
gma3_library/datapools/plugins/folder of your MA installation:- macOS:
~/MALightingTechnology/... - Windows:
C:\ProgramData\MALightingTechnology\... - USB key:
/grandMA3/...
- macOS:
- In your showfile, import the plugin in a new
Pluginpool object.
Scale a display's content to fit the available space.
This plugin came as a need to handle the views on different screen sizes when using multiple platforms: onPC, Compact(XT) or Lite/Full consoles.
Swap ViewButtons between 2 screens.
- Easily access a 2nd bank of ViewButtons for your screen in one-click.
- Move around stored views between displays.
- Access views stored on unavailable displays in your showfile. ex: Showfile was built on Full Console but currently running on Lite Console and missing Display 3.
Export Timecode Pool objects to CSV.
- Support multiple objects in a single export
A simple plugin template to kickstart a new plugin
Export data from the current grandMA3 version used for the reference documentation generation.
- Official grandMA3 User Manual (v2.0)
- Other Unofficial documentation github
- Unofficial TypeScript types
- MA Forum LUA UI thread

