Example #1
0
 public Note(string p)
 {
     id       = NoteHelper.GetNoteIdByPitch(p);
     pitch    = p;
     duration = 1;
 }