mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
add background to status bar + misc
This commit is contained in:
parent
d94aa8c8ac
commit
792dab9714
3 changed files with 20 additions and 21 deletions
|
|
@ -76,13 +76,13 @@ pub struct Arrangement<E: Engine> {
|
|||
/// Represents a track in the arrangement
|
||||
pub struct ArrangementTrack {
|
||||
/// Name of track
|
||||
pub name: Arc<RwLock<String>>,
|
||||
pub name: Arc<RwLock<String>>,
|
||||
/// Preferred width of track column
|
||||
pub width: usize,
|
||||
pub width: usize,
|
||||
/// Identifying color of track
|
||||
pub color: ItemColor,
|
||||
pub color: ItemColor,
|
||||
/// MIDI player/recorder
|
||||
pub player: PhrasePlayer,
|
||||
pub player: PhrasePlayer,
|
||||
}
|
||||
#[derive(Default, Debug)]
|
||||
pub struct Scene {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue