pub const LANES: usize = 8;Expand description
Lanes in a pattern.
Eight from day one, and not because eight drum voices is a nice round number: one note per step cannot sequence drums at all. A kick and a closed hat land on the same step in essentially every pattern ever written, so a single-note-per-step grid is not a simpler sequencer, it is a sequencer that cannot play a beat. The view may show one lane at a time; the data holds eight.