コード例 #1
0
 public void Add_LengthLength_Complex_6()
 {
     TimeSpanTestUtilities.Add_LengthLength(LongSpan,
                                            MusicalSpan,
                                            TimeSpanTestUtilities.ComplexTempoMap,
                                            LargeTime);
 }
コード例 #2
0
 public void Add_LengthLength_Simple_5()
 {
     TimeSpanTestUtilities.Add_LengthLength(LongSpan,
                                            MusicalSpan,
                                            TimeSpanTestUtilities.SimpleTempoMap,
                                            ShortTime);
 }
コード例 #3
0
 public void Add_LengthLength_Complex_2()
 {
     TimeSpanTestUtilities.Add_LengthLength(ShortSpan,
                                            MusicalSpan,
                                            TimeSpanTestUtilities.ComplexTempoMap,
                                            ShortTime);
 }
コード例 #4
0
 public void Add_LengthLength_Default_6()
 {
     TimeSpanTestUtilities.Add_LengthLength(LongSpan,
                                            MusicalSpan,
                                            TimeSpanTestUtilities.DefaultTempoMap,
                                            LargeTime);
 }
コード例 #5
0
 public void Add_LengthLength_Simple_3()
 {
     TimeSpanTestUtilities.Add_LengthLength(ShortSpan,
                                            MusicalSpan,
                                            TimeSpanTestUtilities.SimpleTempoMap,
                                            LargeTime);
 }
コード例 #6
0
 public void Add_LengthLength_Complex_3()
 {
     TimeSpanTestUtilities.Add_LengthLength(BarBeatSpan,
                                            MetricSpan,
                                            TimeSpanTestUtilities.ComplexTempoMap,
                                            LargeTime);
 }
コード例 #7
0
 public void Add_LengthLength_Default_2()
 {
     TimeSpanTestUtilities.Add_LengthLength(ShortSpan,
                                            MusicalSpan,
                                            TimeSpanTestUtilities.DefaultTempoMap,
                                            ShortTime);
 }
コード例 #8
0
 public void Add_LengthLength_Default_3()
 {
     TimeSpanTestUtilities.Add_LengthLength(BarBeatSpan,
                                            MetricSpan,
                                            TimeSpanTestUtilities.DefaultTempoMap,
                                            LargeTime);
 }
コード例 #9
0
 public void Add_LengthLength_Simple_2()
 {
     TimeSpanTestUtilities.Add_LengthLength(BarBeatSpan,
                                            MetricSpan,
                                            TimeSpanTestUtilities.SimpleTempoMap,
                                            ShortTime);
 }
コード例 #10
0
 public void Add_LengthLength_Complex_5()
 {
     TimeSpanTestUtilities.Add_LengthLength(LongSpan,
                                            MetricSpan,
                                            TimeSpanTestUtilities.ComplexTempoMap,
                                            ShortTime);
 }
コード例 #11
0
 public void Add_LengthLength_Complex_1()
 {
     TimeSpanTestUtilities.Add_LengthLength(ShortSpan,
                                            MetricSpan,
                                            TimeSpanTestUtilities.ComplexTempoMap,
                                            ZeroTime);
 }
コード例 #12
0
 public void Add_LengthLength_Simple_6()
 {
     TimeSpanTestUtilities.Add_LengthLength(LongSpan,
                                            MetricSpan,
                                            TimeSpanTestUtilities.SimpleTempoMap,
                                            LargeTime);
 }
コード例 #13
0
 public void Add_LengthLength_Default_5()
 {
     TimeSpanTestUtilities.Add_LengthLength(LongSpan,
                                            MetricSpan,
                                            TimeSpanTestUtilities.DefaultTempoMap,
                                            ShortTime);
 }
コード例 #14
0
 public void Add_LengthLength_Default_1()
 {
     TimeSpanTestUtilities.Add_LengthLength(ShortSpan,
                                            MetricSpan,
                                            TimeSpanTestUtilities.DefaultTempoMap,
                                            ZeroTime);
 }