grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object API » Export(handle, file_path, file_name) | Version 2.2 |
The Export object Lua function exports an object into an XML file.
The Colon Notation is a way to omit the handle as the first argument when using the Object functions.
This is the general syntax with the colon notation: object:function()
This is the general syntax with standard handle notation: object.function(object)
Learn more in the Lua Functions - Object API topic.
This example exports the selected sequence into an XML file:
Lua |
return function() |
Import - object function used to import an XML table.