User Tools

Site Tools


jwlua:developer_faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
jwlua:developer_faq [2014/09/23 18:21]
jariw
jwlua:developer_faq [2015/03/31 06:38]
jariw
Line 12: Line 12:
  
 **A:** Scripts can be uploaded to the ''​Repository''​ using a separate plug-in (**not yet available**). **A:** Scripts can be uploaded to the ''​Repository''​ using a separate plug-in (**not yet available**).
 +
 +----
 +
 +**Q:** In the documentation of the JW Lua classes, there are some types that I'm not familiar with. What do these mean?
 +
 +**A:** Most types that aren't objects in the documentation are integer types. Some of the most common ones are listed here:
 +
 +| ''​TimeEdu16'',​ ''​TimeEdu32''​ | Integer types for Finale'​s Enigma Time Units (EDUs). One quarter note is 1024 EDUs. Constants for common EDU durations are listed in the ''​FCNoteEntry''​ class. (16 and 32 specifies the bit width of the storage.) |
 +| ''​Int100''​ | Integer type used for percent values. |
 +| ''​Evpu'',​ ''​Evpu16'',​ ''​Evpu32''​ | Integer types for Finale'​s Enigma Virtual Page Units (EVPUs). One EVPU is 1/288 of an inch. (16 and 32 specifies the bit width of the storage.) |
 +| ''​Efix16'',​ ''​Efix32''​ | Integer types for higher-precision measurements. One EFIX = 1/64 of an EVPU = 1/18432 of an inch. (16 and 32 specifies the bit width of the storage.) |
  
 ---- ----
jwlua/developer_faq.txt ยท Last modified: 2015/03/31 06:39 by jariw