pub trait PianoSetWidgetExt { // Required method fn piano_set(&mut self, paths: &[&[LiveId]]) -> PianoSet; }