Exemple #1
0
 /// <summary>
 /// Gets a string representation of this message
 /// </summary>
 /// <returns></returns>
 public override string ToString()
 {
     return("Key Pressure: " + MidiUtility.NoteIdToNote(NoteId) + ", Pressure: " + Pressure.ToString() + ", Channel: " + Channel.ToString());
 }
Exemple #2
0
 /// <summary>
 /// Gets a string representation of this message
 /// </summary>
 /// <returns></returns>
 public override string ToString()
 {
     return("Note Off: " + MidiUtility.NoteIdToNote(NoteId) + ", Velocity: " + Velocity.ToString() + ", Channel: " + Channel.ToString());
 }