mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Add tracks editor
This commit is contained in:
parent
6ddee1d187
commit
b8911eafaa
11 changed files with 754 additions and 2 deletions
|
|
@ -181,3 +181,9 @@ impl From<RecordingDescription> for RecordingInsertion {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Track {
|
||||
pub work_parts: Vec<usize>,
|
||||
pub file_name: String,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue