예제 #1
0
 public string midiNoteToStringEU(int note)
 {
     return(PitchDsp.GetNoteName(note, true, true, false));
 }
예제 #2
0
 public string lastNote(int buffer = 0)
 {
     return(PitchDsp.GetNoteName(tracker.CurrentPitchRecord.MidiNote, true, true, true));
 }