arlua
is a Windows dynamic link library for extending RGP Lua plugin for Finale.
This library includes a set of useful functions for various purposes.
FindMenuItem (pattern)
find Finale menu item using pattern (e.g. 'exp*|audio*')CommandId (id)
execute Finale menu command by ID numberCommand (pattern)
find and execute Finale menu item using patternMenuItemList (simplify)
create full list of all Finale menu items
Log (...)
write arguments to log fileLogf (format, ...)
write formatted arguments to log fileLogc (void)
clear log fileGetLog (void)
get current log file pathSetLog (filename)
set log file name
GetRegData (key, value)
read registry data by key and value nameSetRegData (key, value, data)
write registry dataDeleteRegData (key, value)
delete registry data
StartBenchmark (void)
start benchmark (save time point internally)StopBenchmark (void)
stop benchmark and get time interval
VERSION
Arlua 0.1.3 alpha