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 for the model such as: seg = addSegment(staff,tick); track = getVoice(staff,0); // get the track number of voice 1 of the staff chord = createChord(seg,track,tick,duration); createNote(chord,ppitch1); chreateNote(chord,ppitch2); chreateNote(chord,ppitch3); -- View this message in context: http://dev-list.musescore.org/creating-notes-programmatically-tp7579377.html Sent from the MuseScore Developer mailing list archive at Nabble.com. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ Mscore-developer mailing list Mscore-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mscore-developer