scale and highlight playhead properly

This commit is contained in:
🪞👃🪞 2024-10-22 23:27:26 +03:00
parent ea397b7ed7
commit c88cb86532
2 changed files with 14 additions and 12 deletions

View file

@ -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,