예제 #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);
     }
 }
예제 #2
0
 static extern internal void rtmidi_error(RtMidiErrorType type, string errorString);
예제 #3
0
 // no idea when to use it...
 public static void Error(RtMidiErrorType errorType, string message)
 {
     RtMidi.rtmidi_error(errorType, message);
 }
예제 #4
0
 internal static extern void Error(RtMidiErrorType type, string errorString);
예제 #5
0
 // no idea when to use it...
 public static void Error(RtMidiErrorType errorType, string message)
 {
     RtMidi.rtmidi_error (errorType, message);
 }
예제 #6
0
 internal static extern void rtmidi_error(RtMidiErrorType type, string errorString);