• RWMidi开发和可得和有用的Java类,包含静态的方法,以获得一个名单的可用的MIDI设备。

    你可以问RWMidi约可用的输入和输出的设备。 然后可以使用的方法在返回的物体来打开一个输入或输出的midi港口。

    RWMidi没有提供访问提供的MIDI设备通过一个指数,而是需要你使用的返回MidiDevice对象。

    这是因为数量的可用设备可以更改之间的一个电话的功能清单的设备和电话打开设备,这有可能导致一指数的不匹配。

  • RWMidi विकसित किया गया था और सुलभ और उपयोगी जावा वर्ग में शामिल है कि स्थिर तरीकों की एक सूची के लिए उपलब्ध मिडी उपकरणों.

    आप पूछ सकते हैं RWMidi के बारे में उपलब्ध इनपुट और आउटपुट डिवाइस है । आप तब उपयोग कर सकते हैं तरीकों पर लौट आए वस्तुओं को खोलने के लिए एक इनपुट या आउटपुट मिडी बंदरगाह है ।

    RWMidi प्रदान नहीं करता है का उपयोग करने के लिए उपलब्ध मिडी उपकरणों के माध्यम से एक सूचकांक संख्या है, लेकिन बल्कि आप की आवश्यकता है का उपयोग करने के लिए लौट आए MidiDevice वस्तु है ।

    यह है क्योंकि संख्या के लिए उपलब्ध उपकरणों के बीच बदल सकते हैं समारोह के लिए एक कॉल लिस्टिंग डिवाइस और फोन खोलने के उपकरण है, जो सका संभावित रूप से नेतृत्व करने के लिए एक सूचकांक बेमेल है ।

  • RWMidi was developed and accessible and useful Java class that contains static methods to get a list of the available MIDI devices.

    You can ask RWMidi about available input and output devices. You can then use the methods on the returned objects to open an input or output midi port.

    RWMidi doesn't provide access to the available MIDI devices through an index number, but rather requires you to use the returned MidiDevice object.

    This is because the number of available devices can change between a call to the function listing the device and the call opening the device, which could potentially lead to an index mismatch.