软件包 | 描述 |
---|---|
javax.sound.midi |
提供的接口和类的I / O,测序和合成的MIDI(乐器数字接口)数据。
|
Modifier and Type | Method and Description |
---|---|
Patch |
Instrument.getPatch()
获得
Patch 指示银行计划在本仪器要存放在合成器的数字。
|
Patch[] |
Sequence.getPatchList()
获得在此序列中引用的补丁列表。
|
Modifier and Type | Method and Description |
---|---|
Instrument |
Soundbank.getInstrument(Patch patch)
从一个给定的
Patch
Instrument 。
|
boolean |
Synthesizer.loadInstruments(Soundbank soundbank, Patch[] patchList)
负载的仪器由指定的块引用,从指定的
Soundbank 。
|
void |
Synthesizer.unloadInstruments(Soundbank soundbank, Patch[] patchList)
卸载工具指定的块引用,从MIDI声音银行规定。
|
Constructor and Description |
---|
Instrument(Soundbank soundbank, Patch patch, String name, 类<?> dataClass)
从指定的
Patch 构造了一种新的MIDI乐器。
|
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.