mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
scale and highlight playhead properly
This commit is contained in:
parent
ea397b7ed7
commit
c88cb86532
2 changed files with 14 additions and 12 deletions
|
|
@ -230,7 +230,7 @@ impl<E: Engine> PhraseEditor<E> {
|
|||
keys: keys_vert(),
|
||||
buffer: Default::default(),
|
||||
note_axis: FixedAxis { start: 12, point: Some(36), clamp: Some(127) },
|
||||
time_axis: ScaledAxis { start: 0, point: Some(0), clamp: Some(0), scale: 24 },
|
||||
time_axis: ScaledAxis { start: 00, point: Some(00), clamp: Some(000), scale: 24 },
|
||||
focused: false,
|
||||
entered: false,
|
||||
mode: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue