Exemple #1
0
 public TuneCompiler(Note note, Tone tone)
 {
     this.note = note;
     this.tone = tone;
 }
Exemple #2
0
 public NoteRenderer(Note note, Tone tone)
 {
     this.note = note;
     this.tone = tone;
 }