Finale Technical Support Has Ended

As of Tuesday, August 26th, 2025, we're no longer accepting new technical support requests.
Browse available support resources here.

You may continue to download & authorize registered Finale products for the foreseeable future.
Additionally, we continue to offer Dorico Pro crossgrades for purchase to eligible Finale & PrintMusic license holders.

A subset of customers have reported that they lose playback functionality in Finale after installing Dorico Pro; in most cases, Finale's playback appears to be nonresponsive when playback is initiated (i.e. the playback cursor doesn't scroll).

 

Most often, this is due to a conflict between the audio driver APIs used by Finale and Dorico. Thankfully, this conflict can be bypassed by editing one of Finale's configuration files per the steps below:

 

  1. Close Finale
  2. Hold down your Windows key (to the left of the spacebar, between the <Ctrl> and <Alt> keys) and type the letter "R" - this will open the 'Run' dialog box
  3. Type "%appdata%" (without quotation marks) and click 'OK'
  4. Navigate to MakeMusic\Finale 27 (*note: for older versions of Finale this folder name will show the version - ex: "Finale 2014.5")
  5. In this folder, double-click the file named "FINMIDI.ini" - this should open the file in a text editor (e.g. Notepad)
  6. Near bottom of the file until you see a section that looks like this:
    • [AUDIOAPIPREFS]
    • EngineLoaded=1
    • ASIOEnabled=1
    • DirectSoundEnabled=1
    • WASAPIEnabled=1
  7. Make sure that the EngineLoaded value is 1, so that line should now read "EngineLoaded=1"
  8. Change the ASIOEnabled value from 1 to 0, so that line should now read "ASIOEnabled=0"
  9. Change the WASAPIEnabled value from 1 to 0, so that line should now read "WASAPIEnabled=0"
  10. Save and close the file, then relaunch Finale to see if the issue has been resolved