microtune Middle eastern how to add a plug in into V2
autotune_0.zip autotune_0.zip Hello,
I have been using Musescore 1.3 for a while, I was able to successfully use the attached plugin
However this plugin does not seem to work for Musescore 2
1) can any one know how to add plugin with V2
2) if so , can use the attached file and give an example , I am interested in microtune
see atached file
Thanks
Comments
Apparently you're talking about https://musescore.org/en/project/autotuneselection.
How about issuing a feature request against that?
The problem might be to port the UI part of it...
Similar for https://musescore.org/en/project/tuningnotecents and https://musescore.org/en/project/microtune
In reply to Apparently you're talking by Jojo-Schmitz
Hello,
this plugin works very well under V1.3
here is what I did : I saved and unzip the attached file inside Musescore/plugin folder
under V1.3 this will cause the autotune to appear under Plugin menu ready to be used
when I apply this procedure to V2. there is nothing under plugin manager
so my question is this
How am I supposed to add any plugin under V2
Thanks
I realized once unziped inside plugin folder
the file is listed as "autotune.ui" file
while the other files such as panel are in qml format "panel.qml"
I guess that 's the problem
I am not developer, can anyone help converting this file
or what is the issue
Thanks
In reply to I realized once unziped by phil.balladur
The .ui file contains the dialog, the .js file the actual logic for 1.x. With 2.0 both parts need to go into a .qml file and esp. the ui part would be totally different.
Where in V.2 can you change the value of a note , say I want to increase or decrease by 50Cents
In reply to Where in V.2 can you change by phil.balladur
note.tuning = 50 // or -50
In reply to note.tuning = 50 // or -50 by Jojo-Schmitz
can you be more specific
where in the menu or which command would let you enter +50 or -50
thanks
In reply to can you be more by phil.balladur
Oops, I though you were talking about setting this within a plugin.
You can set the tuning in Inspector (F8), when a note is selected
In reply to Oops, I though you were by Jojo-Schmitz
cool. I was able to adjust the notes for the intended function
in the mean time this is really tedious method if I have to adjust every note here is my question
1) why the the slash bemol ( flat) in the accidentals does not work, it would be very helpful to put half flat in the key signature ( for microtuning)
2) I have attached a file testing Rast-Maqam where every Mi ( which is E) has been individually and manually reduced by 50
is there a way to do it automatically
Thanks for your input MaqamRast.mscz
In reply to cool. I was able to adjust by phil.balladur
ad 1: You could create a custom key signature. It won't affect playback though
ad 2: currently there is no way to do this automatically
In reply to ad 1: You could create a by Jojo-Schmitz
is there a way to alter the attached file in .ui format and convert it into .qml so I can add it to the plugin manager or any suggestion where this can be done
this file works very well under 1.3
Thanks again autotune_0.zip
In reply to is there a way to alter the by phil.balladur
No. Someone would need to create a .qml from scratch, looking at the .ui to create a similar interface and looking at the .js for the program logic.
If it were easy, it'd been done since long ;-)