mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
new status bar enhancements
This commit is contained in:
parent
a4e61c087a
commit
f359768ba2
6 changed files with 36 additions and 27 deletions
|
|
@ -104,7 +104,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 MidiViewMode for PianoHorizontal {
|
||||
impl MidiViewer for PianoHorizontal {
|
||||
fn phrase (&self) -> &Option<Arc<RwLock<MidiClip>>> {
|
||||
&self.phrase
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue