mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
recollect edns
This commit is contained in:
parent
664cd8942f
commit
0257aa2b61
21 changed files with 15 additions and 19 deletions
|
|
@ -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>>]) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue