mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-02-21 16:29:04 +01:00
This commit is contained in:
parent
a4ae1d9b02
commit
4569e6d3f8
5 changed files with 14 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ pub struct MidiRangeModel {
|
|||
pub note_lo: Arc<AtomicUsize>,
|
||||
}
|
||||
|
||||
from!(|data:(usize, bool)|MidiRangeModel = Self {
|
||||
from!(MidiRangeModel: |data:(usize, bool)| Self {
|
||||
time_len: Arc::new(0.into()),
|
||||
note_axis: Arc::new(0.into()),
|
||||
note_lo: Arc::new(0.into()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue