tin whistle/flute/6-hole simple system tab plugin

• Nov 1, 2011 - 00:04

Hi,

I have modified the recorder tab plugin and am using a tin whistle font that I found on "Blayne Chastaine's" web site. Is there a particular process for submitting plugins?

s.r.


Comments

Not really. You can go to the plugin repository page and click Submit your own plugin at the top right. Choose a meaningful name for your plugin and you can attach a zip file. I find it more easy to link to a zip file generated by github.com where I host the code of my plugins, but it's up to you.

The plugin doesn't work anymore since I loaded the 1.3 version...
I see huge letters replacing the tabs ... Did you see this ? The same for the Biniou Koz tab...
Could you fix it ?
Thanks !!

Hi,

Sorry to delay my response but this forum forgot / lost my old account.

To change the font size you have to edit the plugin's ".js" file. There is a javascript statement on or near line 94 that looks like

font = new QFont("Tin Whistle", 60);

Change the "60" to another number, save the changes then retry your render. This is not an elegant solution but it is the best I can do at the moment. You will have to play with the size number.

In reply to by seven.reeds

Hi !
I fear I am not familiar with programming ( javascript , etc ... all this ... ) , all this is mysterious for me....
I tried last advice above , doesn't work for me.
I'm sad !

In reply to by calmar

I think I have found the solution :
1) open your musescore plugin directory
2) edit the file tinwhistletablature.js with notepad
3) find this text : font = new QFont("Tin Whistle", 60)
4) change it to : font = new QFont("Tin Whistle Tab", 60)
5) save your change
6) relaunch Musescore and retry

Hope this helps

When i try and run the plugin the plugin creator said there's an unexpected token on line 36
so i can't run the plugin is there a way to fix this?

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