mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 21:26:43 +01:00
wip: rename in arrangement; phrase pool help
This commit is contained in:
parent
0f3c777c88
commit
7ebc8af2f3
3 changed files with 23 additions and 8 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue