<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thanks for the quick 0.48 update, Jari.<br>
    The "Display in Concert Pitch" bug below now also appears in the
    32bit version.<br>
    The value in FCPartScopePrefs is inverted.<br>
    <br>
    Jan<br>
    <div class="moz-forward-container"><br>
      <br>
      -------- Weitergeleitete Nachricht --------
      <table class="moz-email-headers-table" cellspacing="0"
        cellpadding="0" border="0">
        <tbody>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Betreff:
            </th>
            <td>[JW Lua] "Display in Concert Pitch" inverted value
              between Fin2014 and Fin25</td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Datum: </th>
            <td>Tue, 25 Jul 2017 10:42:19 +0200</td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Von: </th>
            <td>Jan Angermüller <a class="moz-txt-link-rfc2396E" href="mailto:jan@angermueller.com"><jan@angermueller.com></a></td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">Antwort
              an: </th>
            <td>The JW Lua script plug-in. <a class="moz-txt-link-rfc2396E" href="mailto:jwlua@jwmusic.nu"><jwlua@jwmusic.nu></a></td>
          </tr>
          <tr>
            <th nowrap="nowrap" valign="BASELINE" align="RIGHT">An: </th>
            <td>The JW Lua script plug-in. <a class="moz-txt-link-rfc2396E" href="mailto:jwlua@jwmusic.nu"><jwlua@jwmusic.nu></a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
      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>
    </div>
  </body>
</html>