예제 #1
0
파일: Note.cs 프로젝트: PenguinAgen/Stuff
 public double Duration(BPM bpm)
 {
     return(Value * 60 / bpm.QuarterNotesPerMinute);
 }