Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MU4 Issue][Plugins]The plugins system presents as plugin qml files that are not plugins #13221

Closed
lgvr123 opened this issue Sep 7, 2022 · 6 comments
Labels
P2 Priority: Medium plugins Related to MuseScore's QML plugin framework (NOT VST/audio plugins)

Comments

@lgvr123
Copy link

lgvr123 commented Sep 7, 2022

If a plugin is using some custom components defined in qml files, the plugins system will consider those components as valid plugins.

##Example##
The attached is structured in the following way:

+ mcveMS4.qml // main plugin code
+ mcveMS4/SmallCheckBox.qml // custom QML component

MS4 sees both mcveMS4.qml and SmallCheckBox.qml as plugins, in both in Plugins panel and the plugin menu:

SmallCheckBox as a plugin

A solution would be to consider as plugins the qml files containing the Musescore object.


Plugin : plug4ms4.zip

@Jojo-Schmitz
Copy link
Contributor

Jojo-Schmitz commented Sep 7, 2022

That proposed solution is IIRC what MuseScore 2 and 3 used. I'm puzzled that MUseScore 4 apparently doesn't?

@Jojo-Schmitz
Copy link
Contributor

Related to #8859, which has been moved to 4.x

@lgvr123
Copy link
Author

lgvr123 commented Sep 7, 2022

EDIT: updated the plugin zip after correction of a typo

@lgvr123 lgvr123 changed the title [MU4 Issue]The plugins system presents as plugin qml files that are not plugins [MU4 Issue][Plugins]The plugins system presents as plugin qml files that are not plugins Sep 7, 2022
@cbjeukendrup cbjeukendrup added the P2 Priority: Medium label Feb 18, 2023
@cbjeukendrup cbjeukendrup added the plugins Related to MuseScore's QML plugin framework (NOT VST/audio plugins) label Aug 24, 2023
@XiaoMigros
Copy link
Contributor

I've not had this issue with the files you provided, nor with any of my own plugins

@lgvr123
Copy link
Author

lgvr123 commented Sep 14, 2023

Me neither. Looks like it has been fixed.

@XiaoMigros
Copy link
Contributor

Probably worth closing the issue then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Priority: Medium plugins Related to MuseScore's QML plugin framework (NOT VST/audio plugins)
Projects
No open projects
Status: Done
Development

No branches or pull requests

4 participants