コード例 #1
0
 public NoteLeaf(Tone tone, NoteLength length)
 {
     this.tone   = tone;
     this.length = length;
 }
コード例 #2
0
 public NoteLeaf(NoteLength length)
 {
     this.tone   = null;
     this.length = length;
 }