Quantcast
Channel: MuseScore - Plugins
Viewing all 349 articles
Browse latest View live

Color notes manual

$
0
0

I'm working in Musescore2 and was hoping to manually change the color for each note head. The color notes plugin doesn't give me exactly what I want. When I right click on a specific note, there is no "color" option for me to click on (as described in some other forum posts). Help! How can I manually change the color of individual notes (in a very non-program friendly way)?


Plugins (MuseScore 2.0.3 on Mac (el Capitan)

$
0
0

I have freshly installed version 2.0.3 and tried to execute a plugin (ColorNotes) that is contained in MuseScore distribution. I have been able to activate the plugin using the plugin manager, therefore I think, MuseScore can locate the plugin. But nothing happens when trying to run this plugin. On a windows machine the plugin works fine.

It is not my own Mac so its most probably my fault, may be a permission issue. Any hint for me?

Saving selected notes with a plugin

$
0
0

Hi

I'm writing a plugin in order to save as xml only a selected portion of a sheet. I'm using this function

writeScore(curScore, myFile.source + "/" + curScore.name , "xml");

of course the output file contains the full sheet. is there a way to save just the notes i have selected?

thanks

Plugin for remap midi keyboard

$
0
0

Hello!
Does it possible to make plugin which can possible use in linux.
I very need function to remap midi keyboard.

Is it possible to realize it?

Trying to figure out midi tick length of tuplets

$
0
0

I'm writing a plugin that requires knowledge of the length of every note and rest in a part. cursor.element.duration.ticks works very well, as long as the element is not a tuplet!
I've considered using the tick at the beginning of the next element to define the end of the previous element, but I'm working with multiple voices, so sometimes there is nothing (not even a rest) between the end of one element and the beginning of the next.
Any suggestions?

basic MIDI setup help

$
0
0

Hi. I'm a novice when it comes to both musescore and MIDI, so I need all the help I can get. Here is the issue. I'm using MuseScore 2.0.2. I'm using a Yamaha moX8 keyboard. I'm using Roland UM-ONE midi cables and driver. The computer is a PC and uses Windows 10. I can't get the keyboard to talk to MuseScore. In fact, it would appear that the computer does not even recognize that I have a device plugged into it. I thought this would happen automatically, but since it didn't, I put in the UM-ONE driver CD, which told me it wasn't compatible. So, I went online to Roland UM-ONE and downloaded a driver. The computer said I should unplug the USB and that it was complete. I thought this was weird, but unplugged it. After a few moments, I plugged the USB back in and opened MuseScore. I selected the measure and tried playing notes on the keyboard with no response. I also tried a button on screen that looks like a MIDI input icon, but got nothing via this route either. Please help. I am trying to play in some music so that I don't have to do such a slow point and click mouse entry method.
Thanks,
Frustrated User

key signature on plugin creator

$
0
0

Hi,
i'm writing a plugin to create solfejos according with user choices (durations, time signature, scales, etc). It's my first plugin, so i haven't experience. In this moment i can not use the keySig class to define different key signatures. Is there some plugin that uses keySig or other tool to do different key signatures? i would like to study it to apply the solution in my plugin.
Thanks and sorry about my bad english

Is a plugin available to create scale degree notation for music students?

$
0
0

It's time consuming to pencil in the scale degree numbers for music students. 1, 3, 6, 2 over each note.

Is a plugin available?

It's a simple array substitution. Create a two column table/array for the score's key. Then for each note in the score look it up in the table and get the scale degree.

for G
G 1
A 2
B 3
C 4
D 5
E 6
F 7

If there's not a plugin.then can I manually document the scale degrees in Musescore? Right now, I'm doing it by hand with a pencil for students.


Memos

$
0
0

Hello,
there is a plugin to write memos in the score ?
Thanks.
Raffaele

My first plugin... starred notes

$
0
0

I'm building my first ever MuseScore plugin. I'm an old hand at ECMA so no worries in that regard.

What I'm attempting is a really nice integration of "starred notes", as a proposed solution for notes and rests with a duration of 5 rhythmic subdivisions.

Star-dots are explained here:
http://ianring.com/stardots/

So I'm looking for advice how to proceed, and frankly I'm also hoping to solicit collaborators, seeing as this is an open-source thing. There's a git repo for it at https://github.com/ianring/stars-for-musescore

Cheers

Werner Schweer recorder_fingering plugin for 2.x

$
0
0

I adapted in 2011 Werner Schweer recorder_fingering plugin 1.03 for Concertina.

I would like to do the same thing for 2.x for the Concertina and Squeezebox.

All I did with the original plugin was change the tables and some minor tweeks.

Does a similar plugin exist for 2.x that I can start with? I can only find a few 2.x plugins

Thanks

Halftime

What plug-ins are available?

$
0
0

Is there any way of finding a full list of current Plug-ins and what each of them will do?
I'm using 2.0.3 and when I look in Plug-in Mgr, I see a list of about a dozen but I suspect there are many more but they will need to be installed.
I don't want to do that until I know what's available and if I need them.

Create add/show implied accidentals within measure

$
0
0

I am requesting someone capable of creating a plugin for Musescore with one simple function: showing implied/hidden accidentals that carry through a single measure. No parameters, perhaps not even a window, simply run the plugin and accidentals assumed within a measure are added to recurring notes so that there are redundant accidentals (an accidental is carried for an entire measure, I want these carried accidentals to be added). An G# followed by three more G notes in the measure, played as G#'s, would also be written with 3 additional # symbols.

I have 400 routines in a book I have completed for saxophone but I will have to manually add these accidentals without the plugin/function. There are over 40k notes so this function would save me tons of time and eliminate errors. Please respond to roostarrmuzic@gmail.com if you are willing to create the plugin. Thank you!!!

In both summary and example, Please create a plugin with one simple function, when the plugin is enabled, an F# at the beginning of the measure also appears on another F note in the measure even though it is normally implied and unmarked.

Thank you so much!!!

Andrew Beal

One checkbox for every staff in score?

$
0
0

Hi,

I am trying to write a plugin which should batch export several staffs of a score to their own mp3 as well as create an mp3 which combines all staffs.

I would like to add one checkbox for every staff, so the user can select which staffs should be exported to mp3.

However, this requires a variable number of checkboxes. I don't think it 's possible to have this backed by eg. a ListModel, like you would do with a combobox?

Does anyone have an idea how this can be done, or is there a way other than using checkboxes?

Thank you very much in advance!


Knowing part name and staff index at the same time. Is it possible?

$
0
0

While parsing staves, how can I know which part the current staff belongs to?
Or otherwise: while parsing parts, how can I access their staves?

I ask this because Part Objects have the partName property, but no nstaves property, while Cursor Objects can tell me the current staff (staffIdx) but not the current part.

As an example of what I have to do, consider a plugin writing to the console the name of the part, the index of the staff and the index of the voice for each non-empty voice.

Score:
examplemusescore.png

Desired output:
Soprano - Staff 1 - Voice 1
Piano - Staff 2 - Voice 1
Piano - Staff 2 - Voice 2
Piano - Staff 3 - Voice 1

[QML] Trouble accessing MS elements and properties

$
0
0

I don't seem to be able to access anything different than a chord (and notes).
Can someone post an example that goes through a score to access e.g. a dynamic marking?

	if(cursor.element.type == Element.CHORD) //does work
//EVERYTHING ELSE, like:
	if(cursor.element.type == Element.DYNAMIC)
//do not work

[...]

while (segment) {
	var element = segment.elementAt(track);
		if (element) {
			var typeName = element.userName();
			console.log(typeName);
/* this last instruction only gives these types of elements:
	"Clef, Key Armature, Chord, Rest", and maybe something else;
	but no .TEXT, for example. No .DYNAMIC., .SLUR., .SLUR_SEGMENT, etc.,
	even though I have these elements in my score.
*/

Problem With Adding A Rest

$
0
0

Hi

Im trying to add a rest to a staff but the method I have worked out just keeps crashing the program when I run it.

The method I am using is

var _rest = newElement(Element.REST);
cursor.add(_rest);

Any help would be greatly appreciated

Release of the Harmonica Tablature revised edition plugin

Is there a plug in that can detect balance in full orchestra scoring?

$
0
0

What I mean that they can detect if the score is unbalanced, meaning things like, if the flute is competing with the other woodwinds while playing its low register, if the score is top-heavy and all that.

Viewing all 349 articles
Browse latest View live