コード例 #1
0
ファイル: Note.cs プロジェクト: PenguinAgen/Stuff
 public double Duration(BPM bpm)
 {
     return(Value * 60 / bpm.QuarterNotesPerMinute);
 }