ABC import plugin refers to platform specific location

• Mar 12, 2010 - 08:07
Type
Functional
Severity
S4 - Minor
Status
closed
Project

abc_import.js
Line 52: var program = "C:/Program Files/MuseScore 0.9/bin/mscore";

Is it possible to use a relative path or a platform generic method?


Comments

It was not possible in 0.9.5 to import a musicXML file from a plugin. 0.9.6 introduces load(), so it's now possible. ABC Import plugin is now using load()