[JW Lua] Access list of available articulations

Thomas Weber thomas.weber at notengrafik.com
Sat Aug 8 14:34:28 CEST 2015


Am 08.08.2015 um 13:49 schrieb Jan Angermüller:
>> If I instantiate a FCArticulationDefs, it gives me an empty collection.
> Yes, you need to "fill" the collection, otherwise it will be an empty collection.
>
> local artdefs=finale.FCArticulationDefs()
> artdefs:LoadAll()
> print(artdefs.Count)--number of articulations in selection dialog
> for artdef in each(artdefs) do
>     ... do something with the articulation definition artdef ...
> end
>


Ah, great - I didn't dig deep enough into the inheritance path.

Herzlichen Dank!
Thomas Weber




More information about the JWLua mailing list