mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
remove old input macros
This commit is contained in:
parent
6fd87ce4ed
commit
ca1fb3c414
11 changed files with 218 additions and 247 deletions
|
|
@ -30,6 +30,12 @@ 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");
|
||||
|
||||
/// Add "all notes off" to the start of a buffer.
|
||||
pub fn all_notes_off (output: &mut [Vec<Vec<u8>>]) {
|
||||
let mut buf = vec![];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue