You are viewing the included help system in NoteWorthy Composer Version 2.75a
Program Customization with Lua
This program includes a built-in Lua interpreter which can be used to:
- extend the behavior of custom objects
- add tools or functions to the User Tool command
We offer a number of online resources that should assist those interested in extending the program:
- NWC Tips & Tricks Forum: We have dedicated areas for object plugins and user tool scripts
- NWC Object Plugin API: This is an API reference for extending an object's behavior.
- NWC User Tool Environment: This describes the built-in environment provided to user tool scripts.
See Also