User Tools

Site Tools


jw_lua

JW Lua - a high-performance script language for Finale

Sections for Users
Sections for Script Developers
Sample Scripts
General Sections

What is JW Lua?

JW Lua is a plug-in that can run text scripts in Finale. These scripts will behave as fully-featured plug-ins. No additional software will be necessary to develop the plug-ins.

You can run scripts written by yourself, or just use the plug-in to run scripts by others.

JW Lua is based on the “industry-standard” script language Lua.

Why Lua?

There are so many script languages available, why use Lua?

Since I (Jari) nowadays have a pretty fully featured and stable PDK Framework for Finale plug-in development in C++, I was looking for a good script solution to be able to access that functionality with an faster approach than C++ compilation. Lua is a script language specially designed to connect well to C/C++. It's widely used in application development (such as the computer game industry and the mobile phone software market), since it's very small, fast and efficient to get the job done fast. Lua can very easily be tailor-made to suit the host program's scripting needs. The execution speed is extremely fast compared to other script languages. One of Lua's strength is to be efficient when browsing through data, which in my experience is what a large part of plug-in development is.

jw_lua.txt · Last modified: 2015/11/30 11:47 by jariw