コード例 #1
0
ファイル: Clip.cs プロジェクト: rinckd/mutateful
 public void Add(NoteEvent noteEvent)
 {
     Notes.Add(noteEvent);
 }