mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
disable piano mode switch for now
This commit is contained in:
parent
57158d4d6f
commit
00453a7697
5 changed files with 154 additions and 157 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue