Indeed it does:
Gave me what I needed.
Thanks!
--
Juha R.
--
View this message in context:
http://dev-list.musescore.org/Composer-and-title-for-a-QML-plugin-tp7580097p7580109.html
Sent from the MuseScore Developer mailing list archive at Nabble.com.
---
All the functions prefixed with QINVOKABLE can be called from plugin
so curScore.metaTag("title") (replace title by the key of the metadata you
are looking for) should work.
lasconic
2016-12-31 16:20 GMT+01:00 rumpu-jussi :
> Ok, thanks.
>
> Could give me a hint as how to get this metadata? I ca
Ok, thanks.
Could give me a hint as how to get this metadata? I can't find a
metadata-property in Score-class, only metaTag. Is there some access-path,
e.g. curScore.someFunc().otherFunc(), how to get to the metadata?
Cheers & Happy New Year!
--
Juha R.
--
View this message in context:
http:
feel free to ipen an issue in the issue tracker for this
From: Joachim Schmitz [mailto:j...@schmitz-digital.de]
Sent: Saturday, December 31, 2016 10:49 AM
To: mscore-developer@lists.sourceforge.net
<mailto:mscore-developer@lists.sourceforge.net>
Subject: Re: [Mscore-developer] Composer a
tracker for this
*From:*Joachim Schmitz [mailto:j...@schmitz-digital.de]
*Sent:* Saturday, December 31, 2016 10:49 AM
*To:* mscore-developer@lists.sourceforge.net
*Subject:* Re: [Mscore-developer] Composer and title for a QML plugin
Noticed that the other day too. ‘git blame’ shows that those had bee
But feel free to ipen an issue in the issue tracker for this
From: Joachim Schmitz [mailto:j...@schmitz-digital.de]
Sent: Saturday, December 31, 2016 10:49 AM
To: mscore-developer@lists.sourceforge.net
Subject: Re: [Mscore-developer] Composer and title for a QML plugin
Noticed that the
, December 31, 2016 10:02 AM
To: mscore-developer@lists.sourceforge.net
Subject: [Mscore-developer] Composer and title for a QML plugin
Hi,
I tried to run a plugin against v3 codebase MuseScore. The plugin couldn't find
the composer and the title of the score. I checked the MuseScore code
Hi,
I tried to run a plugin against v3 codebase MuseScore. The plugin couldn't
find the composer and the title of the score. I checked the MuseScore code,
and noticed that those properties have been removed from Score-object in
October.
What is/will be the method in MuseScore v3 for plugins to ge