wip: rename in arrangement; phrase pool help

This commit is contained in:
🪞👃🪞 2024-10-18 17:16:12 +03:00
parent 0f3c777c88
commit 7ebc8af2f3
3 changed files with 23 additions and 8 deletions

View file

@ -19,6 +19,11 @@ pub const PPQ: usize = 96;
pub const CORNERS: CornersTall = CornersTall(NOT_DIM_GREEN);
/// Octave number (from -1 to 9)
pub const NTH_OCTAVE: [&'static str;11] = [
"-1", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9"
];
tui_style!(GRAY_DIM =
Some(Color::Gray), None, None, Modifier::DIM, Modifier::empty());
tui_style!(GRAY_NOT_DIM_BOLD =