So I looks like I can indeed iterate through the annotations on a segment and find each whose type is Element::Type::FIGURED_BASS. But once I get such an object, (FiguredBass *), it is not clear to me how to iterate over the FiguredBassItem objects. The FiguredBass class indeed has a member variable
std::vector<FiguredBassItem*> items; // the individual lines of the F.B. But it is unfortunately private. I wonder whether that is an error? Shouldn't it either be public, or there should be a public iteration function I can call to iterate over the items? I don't immediately see any other way to access these. -- View this message in context: http://dev-list.musescore.org/programmatic-access-of-figured-bass-tp7579343p7579345.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 [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
