Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
Error ( RtMidiErrorType errorType, string message ) : void | ||
GetAvailableApis ( ) : RtMidiApi[] | ||
GetPortName ( int portNumber ) : string | ||
OpenPort ( int portNumber, string portName ) : void | ||
OpenVirtualPort ( string portName ) : void |
Method | Description | |
---|---|---|
ReleaseDevice ( ) : void | ||
RtMidiDevice ( |
public static Error ( RtMidiErrorType errorType, string message ) : void | ||
errorType | RtMidiErrorType | |
message | string | |
return | void |
public static GetAvailableApis ( ) : RtMidiApi[] | ||
return | RtMidiApi[] |
public GetPortName ( int portNumber ) : string | ||
portNumber | int | |
return | string |
public OpenPort ( int portNumber, string portName ) : void | ||
portNumber | int | |
portName | string | |
return | void |
public OpenVirtualPort ( string portName ) : void | ||
portName | string | |
return | void |
protected RtMidiDevice ( |
||
handle | ||
return | System |