phrases: autoshow, autoedit

This commit is contained in:
🪞👃🪞 2024-11-02 20:25:28 +02:00
parent 02fa22e2ea
commit 2f904ed78b
4 changed files with 14 additions and 26 deletions

View file

@ -160,6 +160,7 @@ impl<E: Engine> Arranger<E> {
}
self.show_phrase();
self.focus(ArrangerFocus::PhraseEditor);
self.editor.entered = true;
}
/// Rename the selected track, scene, or clip
pub fn rename_selected (&mut self) {