mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +01:00
move test crate into core
This commit is contained in:
parent
02db343574
commit
0a842b607a
12 changed files with 523 additions and 507 deletions
|
|
@ -526,7 +526,7 @@ impl<'a> Content for SceneRows<'a> {
|
|||
let Self(offset, columns, rows, tracks, scenes) = *self;
|
||||
Split::down(move |add| {
|
||||
for (scene, (pulses, _)) in scenes.iter().zip(rows) {
|
||||
add(&Fixed::H(1.max((pulses / 96) as u16), SceneRow(
|
||||
add(&Fixed::X(1.max((pulses / 96) as u16), SceneRow(
|
||||
tracks, scene, columns, offset
|
||||
)))?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue