wip: let's figure out how edn keymaps will work

This commit is contained in:
🪞👃🪞 2025-01-12 13:01:15 +01:00
parent 4ab08e48e5
commit 794d4210c6
33 changed files with 161 additions and 85 deletions

View file

@ -13,7 +13,7 @@ pub trait HasMidiClip {
}
/// A MIDI sequence.
#[derive(Debug, Clone)]
#[derive(Debug, Clone, Default)]
pub struct MidiClip {
pub uuid: uuid::Uuid,
/// Name of clip
@ -83,10 +83,7 @@ impl MidiClip {
}
false
}
}
impl Default for MidiClip {
fn default () -> Self {
pub fn stop_all () -> Self {
Self::new(
"Stop",
false,