软件包 | 描述 |
---|---|
javax.sound.midi |
提供的接口和类的I / O,测序和合成的MIDI(乐器数字接口)数据。
|
Modifier and Type | Method and Description |
---|---|
Instrument[] |
Synthesizer.getAvailableInstruments()
获得与合成器的仪器的列表。
|
Instrument |
Soundbank.getInstrument(Patch patch)
从一个给定的
Patch
Instrument 。
|
Instrument[] |
Soundbank.getInstruments()
获取包含在这个声音库中的仪器的列表。
|
Instrument[] |
Synthesizer.getLoadedInstruments()
获取列表正在加载到这个
Synthesizer 仪器。
|
Modifier and Type | Method and Description |
---|---|
boolean |
Synthesizer.loadInstrument(Instrument instrument)
使一个特定的仪器可用于合成。
|
boolean |
Synthesizer.remapInstrument(Instrument from, Instrument to)
变换工具。
|
void |
Synthesizer.unloadInstrument(Instrument instrument)
卸载特定工具。
|
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.