ソースを参照

修改调音器文案

Pq 2 年 前
コミット
93ac84a07d

+ 4 - 4
musictuner/src/main/java/com/cooleshow/musictuner/constants/MusicTunerConstants.java

@@ -5,10 +5,10 @@ package com.cooleshow.musictuner.constants;
  */
 public class MusicTunerConstants {
     public final static String[] TITLES = new String[]{"没有移调",
-            "长笛:C调", "高音萨克斯:降B调", "中音萨克斯:降E调",
-            "单簧管:降B调", "双簧管:C调", "竖笛:C调大调",
-            "小号:降B调", "长号:C调", "圆号:F调",
-            "大号:降B调", "上低音号:C调", "上低音号:降B调"};
+            "长笛:C调", "高音萨克斯:降B调", "中音萨克斯:降E调",
+            "单簧管:降B调", "双簧管:C调", "竖笛:C调",
+            "小号:降B调", "长号:C调", "圆号:F调",
+            "大号:降B调", "上低音号:C调", "上低音号:降B调"};
     public final static int[] TRANSPOSING_VALUES = new int[]{0, 0, -10, -3, -10, 0, -12, -10, 0, -5, -10, 0, -10};
     //private let flats = ["C", "D♭","D","E♭","E","F","G♭","G","A♭","A","B♭","B"]
     public final static String[] TRANSPOSING_TITLE_TAG = new String[]{"C",