Skip to content

Commit

Permalink
feat: 默认开启轨道作为背景参考
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYunPlayer committed Oct 15, 2024
1 parent 6c31e65 commit a1f3ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TuneLab.Extensions.Formats/DataInfo/TrackInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class TrackInfo
public double Pan { get; set; } = 0;
public bool Mute { get; set; } = false;
public bool Solo { get; set; } = false;
public bool AsRefer { get; set; } = false;
public bool AsRefer { get; set; } = true;
public string Color { get; set; } = string.Empty;
public List<PartInfo> Parts { get; set; } = new();
}

0 comments on commit a1f3ffb

Please sign in to comment.