<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Jari,<br>
<br>
JW Lua 0.47/64bit/Windows (haven't tested MacOS) seems to handle
FCPartScopePrefs.DisplayInConcertPitch different than the 32bit
version. The value is inverted.<br>
I.e. on a part where "Display in Concert Pitch" is set the script
below returns true on 32bit and false on 64bit.<br>
<br>
local partprefs=finale.FCPartScopePrefs()<br>
partprefs:Load(1)<br>
print(partprefs.DisplayInConcertPitch)<br>
<br>
Maybe this has to do with the new option introduced in Fin25:<br>
Document->Keep Octave Transposition in Concert Pitch.<br>
<br>
Best,<br>
Jan<br>
</body>
</html>