Re: [Mscore-developer] creating notes programmatically

2015-05-20 Thread Marc Sabatella
There are lots of ways of creating notes because the specifics depend on what information you are starting with. Like sometimes you have a pitch but don't know what note name it is or staff line to display it on; other times; other times you have a note name but don't know how to map it to a pitch

[Mscore-developer] creating notes programmatically

2015-05-19 Thread Jim Newton
Can someone please point me to a skeleton of how to create notes in an empty measure programmatically? In my case I have the staff object (or pointer), and a parallel staff which has notes in it. I want to derive notes/chords in one staff based on notes from another staff. Basically I'm looking f