Пример #1
0
 public Part(rhythmic beat, cyclic note, Tuning temperament)
 {
     this.temperament = temperament;
 }
Пример #2
0
 public Part(rhythmic beat, cyclic note, Tuning temperament)
 {
     this.temperament = temperament;
 }
Пример #3
0
 public Part(rhythmic beat, cyclic note)
 {
     this.temperament = EqualTemperament(12u, 440f);
 }
Пример #4
0
 public Part(rhythmic beat, cyclic note)
 {
     this.temperament = EqualTemperament(12u, 440f);
 }