NotePositionMap typedef

NotePositionMap = Map<int, List<NotePosition>>

Map of 16th note timings (1-16) to list of NotePositions to be positioned at the same y position

Implementation

typedef NotePositionMap = Map<int, List<NotePosition>>;