WIP: Some formatting, nothing important
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
use lib;
|
use lib;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Engine should run and wait for commands,
|
* Engine should run and wait for commands,
|
||||||
* but currently I need to implement the multitrack
|
* but currently I need to implement the multitrack
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
mod metadata;
|
mod metadata;
|
||||||
mod project;
|
mod project;
|
||||||
|
|
||||||
mod track;
|
|
||||||
mod region;
|
mod region;
|
||||||
|
mod track;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ use crate::metadata::Metadata;
|
|||||||
|
|
||||||
use super::region::Region;
|
use super::region::Region;
|
||||||
|
|
||||||
pub (crate) enum TrackType {
|
pub(crate) enum TrackType {
|
||||||
Audio,
|
Audio,
|
||||||
Midi,
|
Midi,
|
||||||
}
|
}
|
||||||
@@ -12,5 +12,4 @@ pub(crate) struct Track {
|
|||||||
track_type: TrackType,
|
track_type: TrackType,
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) struct TrackStatus {
|
pub(crate) struct TrackStatus {}
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user