SSBarGroup

Superclass:
NSObject
Declared In:

Introduction

detailed information about a group of items in a bar



Properties

barindex

the 0-based index of the bar containing this group

divisions

the divisions per quarter note (crotchet) in the bar

divisions_in_bar

the total number of divisions in the bar

items

the array of all items (derived from SSTimedItem) in the bar

partindex

the 0-based index of the part containing this group


barindex


the 0-based index of the bar containing this group

@property int barindex; 

divisions


the divisions per quarter note (crotchet) in the bar

@property int divisions; 

divisions_in_bar


the total number of divisions in the bar

@property int divisions_in_bar; 

items


the array of all items (derived from SSTimedItem) in the bar

@property NSArray<SSTimedItem*> *items; 

partindex


the 0-based index of the part containing this group

@property int partindex;