recollect edns

This commit is contained in:
🪞👃🪞 2025-04-15 17:52:18 +03:00
parent 664cd8942f
commit 0257aa2b61
21 changed files with 15 additions and 19 deletions

View file

@ -30,11 +30,11 @@ pub(crate) use std::fmt::Debug;
pub use ::midly; pub(crate) use ::midly::{*, num::*, live::*};
pub(crate) const KEYS_EDIT: &str = include_str!("keys_edit.edn");
pub(crate) const KEYS_POOL: &str = include_str!("keys_pool.edn");
pub(crate) const KEYS_FILE: &str = include_str!("keys_pool_file.edn");
pub(crate) const KEYS_LENGTH: &str = include_str!("keys_clip_length.edn");
pub(crate) const KEYS_RENAME: &str = include_str!("keys_clip_rename.edn");
pub(crate) const KEYS_EDIT: &str = include_str!("../edn/keys_edit.edn");
pub(crate) const KEYS_POOL: &str = include_str!("../edn/keys_pool.edn");
pub(crate) const KEYS_FILE: &str = include_str!("../edn/keys_pool_file.edn");
pub(crate) const KEYS_LENGTH: &str = include_str!("../edn/keys_clip_length.edn");
pub(crate) const KEYS_RENAME: &str = include_str!("../edn/keys_clip_rename.edn");
/// Add "all notes off" to the start of a buffer.
pub fn all_notes_off (output: &mut [Vec<Vec<u8>>]) {