pub trait CastEventDelta<DT: MIDINum> { type Output; // Required method fn cast_delta(self) -> Self::Output; }