コード例 #1
0
ファイル: RhythmTrack.cs プロジェクト: nawalgupta/MusicWriter
 public IEnumerable <IDuratedItem <Cell> > Intersecting(Duration duration) =>
 MeterSignatures.Intersecting_children(duration);
コード例 #2
0
ファイル: RhythmTrack.cs プロジェクト: nawalgupta/MusicWriter
 public IEnumerable <IDuratedItem <Cell> > Intersecting(Time point) =>
 MeterSignatures.Intersecting_children(point);