wip(p63,e22)

This commit is contained in:
🪞👃🪞 2024-11-21 15:00:45 +01:00
parent 5673dd7e8a
commit f49823b7a7
5 changed files with 158 additions and 194 deletions

View file

@ -47,4 +47,6 @@ pub struct ArrangerTui {
pub(crate) note_buf: Vec<u8>,
/// MIDI output buffer
pub(crate) midi_buf: Vec<Vec<Vec<u8>>>,
/// MIDI editor state
pub(crate) editor: PhraseEditorModel,
}