From a1f3ffb199232664bd6ab6c639ba4f36f49f32b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E5=88=9A?= <1219318552@qq.com> Date: Tue, 15 Oct 2024 23:59:25 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=BB=98=E8=AE=A4=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E8=BD=A8=E9=81=93=E4=BD=9C=E4=B8=BA=E8=83=8C=E6=99=AF=E5=8F=82?= =?UTF-8?q?=E8=80=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TuneLab.Extensions.Formats/DataInfo/TrackInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TuneLab.Extensions.Formats/DataInfo/TrackInfo.cs b/TuneLab.Extensions.Formats/DataInfo/TrackInfo.cs index ab189ab..bcd3625 100644 --- a/TuneLab.Extensions.Formats/DataInfo/TrackInfo.cs +++ b/TuneLab.Extensions.Formats/DataInfo/TrackInfo.cs @@ -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 Parts { get; set; } = new(); }