···112112 pub duration: usize,
113113 pub velocity_max: u8,
114114 pub notes: Vec<Note>,
115115+ /// How many instants (individual ms values)
116116+ /// have occurred where this stem played notes
117117+ /// before this instant (not counting the current instant)
118118+ pub playcount: usize,
115119}
116120impl StemAtInstant {
117121 pub fn amplitude_relative(&self) -> f32 {