软件包 | 描述 |
---|---|
javax.sound.midi |
提供的接口和类的I / O,测序和合成的MIDI(乐器数字接口)数据。
|
javax.sound.midi.spi |
提供接口服务提供商实施时提供新的MIDI设备、MIDI文件的读者和作者,读者或健全的银行。
|
Modifier and Type | Interface and Description |
---|---|
interface |
Sequencer
一个软件或硬件设备,播放MIDI
称为音序器。
|
interface |
Synthesizer
一个
Synthesizer 产生声音。
|
Modifier and Type | Method and Description |
---|---|
MidiDevice |
MidiDeviceTransmitter.getMidiDevice()
获得mididevice对象是该发射机的主人。
|
MidiDevice |
MidiDeviceReceiver.getMidiDevice()
获得mididevice对象是该接收机的主人。
|
static MidiDevice |
MidiSystem.getMidiDevice(MidiDevice.Info info)
获取请求的MIDI设备。
|
Modifier and Type | Method and Description |
---|---|
abstract MidiDevice |
MidiDeviceProvider.getDevice(MidiDevice.Info info)
获取由信息对象表示的设备的实例。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.