コード例 #1
0
ファイル: MidiTrack.cs プロジェクト: Kermalis/MidiSharp
 /// <summary>Initialize the track.</summary>
 public MidiTrack()
 {
     // Create the buffer to store all event information
     Events = new MidiEventCollection();
 }