ports macro

This commit is contained in:
🪞👃🪞 2024-07-03 20:56:17 +03:00
parent 2067004d4a
commit e86be4facc
10 changed files with 104 additions and 102 deletions

View file

@ -139,7 +139,7 @@ mod horizontal {
//let time1 = time0 + width as usize;
//let note1 = note0 + height as usize;
let bg = Style::default();
let (bw, wh) = (bg.dim(), bg.white());
let (bw, wh) = (bg.dim(), bg.white().not_dim());
let offset = 5;
for x in x+offset..x+width-offset {
let step = (x-offset) as usize * time_z;