예제 #1
0
파일: Part.cs 프로젝트: jacalifa/Sinepost
 public Part(rhythmic beat, cyclic note, Tuning temperament)
 {
     this.temperament = temperament;
 }
예제 #2
0
파일: Part.cs 프로젝트: amytraylor/Sinepost
 public Part(rhythmic beat, cyclic note, Tuning temperament)
 {
     this.temperament = temperament;
 }
예제 #3
0
파일: Part.cs 프로젝트: jacalifa/Sinepost
 public Part(rhythmic beat, cyclic note)
 {
     this.temperament = EqualTemperament(12u, 440f);
 }
예제 #4
0
파일: Part.cs 프로젝트: amytraylor/Sinepost
 public Part(rhythmic beat, cyclic note)
 {
     this.temperament = EqualTemperament(12u, 440f);
 }