interface MidiClient
|
a midi manager client
More... |
|
|
Public Methods
Public Members
- readonly attribute MidiClientInfo info
- attribute string title
a midi manager client
| readonly attribute MidiClientInfo info
| info |
| attribute string title
| title |
void addInputPort (MidiPort port)
| addInputPort |
creates a new port through which the client can receive data from
the midi manager
MidiPort addOutputPort ()
| addOutputPort |
creates a new port through which the client can send data to the
midi manager
void removePort (MidiPort port)
| removePort |
removes a port
| Generated by: stefan on stefan on Sat Jun 2 23:13:43 2001, using kdoc 2.0a53. |