SSBarGroup
Introductiondetailed information about a group of items in a bar Properties
barindexthe 0-based index of the bar containing this group @property int barindex; divisionsthe divisions per quarter note (crotchet) in the bar @property int divisions; divisions_in_barthe total number of divisions in the bar @property int divisions_in_bar; itemsthe array of all items (derived from SSTimedItem) in the bar @property NSArray<SSTimedItem*> *items; partindexthe 0-based index of the part containing this group @property int partindex; |