Re: [Mscore-developer] Composer and title for a QML plugin

2017-01-03 Thread rumpu-jussi
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. ---

Re: [Mscore-developer] Composer and title for a QML plugin

2016-12-31 Thread Lasconic
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

Re: [Mscore-developer] Composer and title for a QML plugin

2016-12-31 Thread rumpu-jussi
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:

Re: [Mscore-developer] Composer and title for a QML plugin

2016-12-31 Thread Joachim Schmitz
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

Re: [Mscore-developer] Composer and title for a QML plugin

2016-12-31 Thread Werner Schweer
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

Re: [Mscore-developer] Composer and title for a QML plugin

2016-12-31 Thread Joachim Schmitz
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

Re: [Mscore-developer] Composer and title for a QML plugin

2016-12-31 Thread Joachim Schmitz
, 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

[Mscore-developer] Composer and title for a QML plugin

2016-12-31 Thread Juha Ruotsalainen
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