Esempio n. 1
0
 public static WaveGenerator PlayInstrumentNote(NoteAndInstrument note)
 {
     return(PlayInstrumentNote(note.InstrumentName, note));
 }
Esempio n. 2
0
 public static void RemoveNote(NoteAndInstrument note)
 {
     NoteDb[note.InstrumentName].Remove(note);
 }