コード例 #1
0
 public Harmony(NoteFigure figure, HarmonyType hType)
 {
     this.noteFigure  = figure;
     this.harmonyType = hType;
 }
コード例 #2
0
 public Harmony()
 {
     this.noteFigure  = NoteFigure.C;
     this.harmonyType = HarmonyType.Major;
 }