/ HALion Developer Resource / HALion Script / Diving Deeper /
Managing Script Modules
On this page:
Related pages:
You can add your script module to the MIDI module library by saving it as a MIDI module. Script modules that have been saved as MIDI modules behave like the factory MIDI modules and can be loaded with Create New MIDI Module.
Saving Modules
- In the Program Tree, right-click the script module that you want to save.
- On the MIDI Module Library submenu, select Save Module...
- In the file dialog, enter a name for the module and click Save.
Deleting Modules
- Right-click in the Program Tree.
- On the MIDI Module Library submenu, select Delete Module...
- Select the module that you want to delete and click Yes to confirm.
Protecting Modules
If you want to prevent others from viewing or changing the sources of your script module, you can protect the module with the Protect Module command.
Protecting a script module has the following effects:
- The source files for the script module cannot be edited anymore. This includes the script itself and any sources for the MacroPage of the module.
- The sections for source files and output messages will be hidden in the editor and cannot be accessed anymore.
Using Protect Module
- In the Program Tree, right-click the script module that you want to protect.
- On the MIDI Module Library submenu, select Protect Module. At this point, you can still revert the protection with the undo command of the history.
- To protect the script module permanently, open the MIDI Module Library submenu and select Save Module... The next time you load the module, it will be protected. Alternatively, you can save the program together with the module.
❕ The protection of permanently protected modules cannot be undone. Make sure that you have an unprotected backup of the script module and its sources if you need to edit them at a later stage.