A Note's center's x position on a chart
double xPosition(Note note) => xOffset + (note.timing.toSixteenthNth() - 1) * sixteenthSpacing;