You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the Pattern datastructure is for the moment mapped in a straightforward fashion from the GridPattern struct, because their length is Equal ( NUM_STEPS = 32)
In the future this number may differ, so we need to rewrite the mapping, to adapt to any kind of difference
the Pattern datastructure is for the moment mapped in a straightforward fashion from the GridPattern struct, because their length is Equal ( NUM_STEPS = 32)
In the future this number may differ, so we need to rewrite the mapping, to adapt to any kind of difference
iced_sequencing/src/core/grid.rs
Line 590 in 93a5289
and we need to introduce two new concepts to the grid : editable time signature & granularity (Widest , Wide, Medium, Narrow, Narrowest).
This has several consequences :
The text was updated successfully, but these errors were encountered: