PluginTemplate
A simple plugin template to kickstart a new plugin
Kickstart your next LUA plugin with this template
Don’t forget to read the Write a Plugin guide.
-
After the installation, rename the plugin directory to your plugin name
-
Rename both the
.xmland.luafiles to your plugin name -
In the
.xmlfile, change the following:UserPlugin > Nameto your plugin nameUserPlugin > Pathto your directory nameUserPlugin > ComponentLua > FileNameto your.luafilename
Installation
Section titled “Installation” Download Latest
Requires grandMA3 version 2.0.2.0 or above.
Other versions of the plugin are available on the Releases page
Installation Steps
-
Download plugin.
-
Unzip the file in the
gma3_library/datapools/plugins/folder of your MA installation:- macOS:
~/MALightingTechnology/... - Windows:
C:\ProgramData\MALightingTechnology\... - USB key:
/grandMA3/...
Once unzipped:
Directory.../gma3_library/datapools/plugins
DirectoryPluginTemplate_v0.0.0.0
- PluginTemplate.xml
- PluginTemplate.lua
- ... Other plugin files
- macOS:
-
In your showfile, import the plugin in a new
Pluginpool object.
Release Notes
Section titled “Release Notes”Release v0.0.0.0 - 32/14/2147 Latest
Section titled “Release v0.0.0.0 - 32/14/2147 ”- You can version your plugin however you want