disable piano mode switch for now

This commit is contained in:
🪞👃🪞 2025-01-02 13:55:16 +01:00
parent 57158d4d6f
commit 00453a7697
5 changed files with 154 additions and 157 deletions

View file

@ -130,7 +130,7 @@ impl TimePoint for PianoHorizontal {
fn time_point (&self) -> usize { self.point.time_point() }
fn set_time_point (&self, x: usize) { self.point.set_time_point(x) }
}
impl PhraseViewMode for PianoHorizontal {
impl MidiViewMode for PianoHorizontal {
fn phrase (&self) -> &Option<Arc<RwLock<MidiClip>>> {
&self.phrase
}