Chord identifier

• Jun 7, 2019 - 16:04

I want to use Chord Identifier. The documentation tells me to go to Plugins>Plugin Manager to open it, but it's not on the list. I dug around further and downloaded it, but for the life of me I cannot get it to appear in the Plugin Manager. Please help!


Comments

In reply to by davidjayhull

The plugin manager is how you enable plugins, not how you run them. So, n the plugin manager, you check the box to enable the plugin, then press OK. Now that the plugin is enabled (you only need to do that once), go back to the plugins menu and you'll see the plugin there ready to be run. Probably you'd need to select some range in your score first.

In reply to by davidjayhull

See above

Seems this is by design:

MuseScore {
    menuPath: "Plugins.Chords.Chord Identifier"
    description: "Identify chords and put chord symbol on top."
    version: "2.3.0"
 
    pluginType: "dock"
    dockArea:   "left"
 
//    pluginType: "dialog"
//    width: 370
//    height: 260
    id: chordDialog
 
    onRun: {

In reply to by Jojo-Schmitz

I don't see this:

MuseScore {
menuPath: "Plugins.Chords.Chord Identifier"
description: "Identify chords and put chord symbol on top."
version: "2.3.0"

pluginType: "dock"
dockArea:   "left"

// pluginType: "dialog"
// width: 370
// height: 260
id: chordDialog

onRun: {

On the left after I click Chord Identifier in that menu and expand the pallet that comes up, I click OK. Nothing happens.

Do you still have an unanswered question? Please log in first to post your question.