Exemplo n.º 1
0
 /// <summary>
 /// Report an error.
 /// </summary>
 internal static void Error(RtMidiErrorType type, string errorString)
 {
     if (Is64Bit)
     {
         RtMidiC64.Error(type, errorString);
     }
     else
     {
         RtMidiC32.Error(type, errorString);
     }
 }
Exemplo n.º 2
0
 static extern internal void rtmidi_error(RtMidiErrorType type, string errorString);
Exemplo n.º 3
0
 // no idea when to use it...
 public static void Error(RtMidiErrorType errorType, string message)
 {
     RtMidi.rtmidi_error(errorType, message);
 }
Exemplo n.º 4
0
 internal static extern void Error(RtMidiErrorType type, string errorString);
Exemplo n.º 5
0
 // no idea when to use it...
 public static void Error(RtMidiErrorType errorType, string message)
 {
     RtMidi.rtmidi_error (errorType, message);
 }
Exemplo n.º 6
0
 internal static extern void rtmidi_error(RtMidiErrorType type, string errorString);