软件包 | 描述 |
---|---|
javax.sound.midi |
提供的接口和类的I / O,测序和合成的MIDI(乐器数字接口)数据。
|
Modifier and Type | Class and Description |
---|---|
class |
MetaMessage
一个
MetaMessage 是
不是意义的合成器,但可以存储在一个MIDI文件和一个序列程序解释。
|
class |
ShortMessage
一个
ShortMessage 包含MIDI消息,最多有两个数据字节后,状态字节。
|
class |
SysexMessage
一个
SysexMessage 对象代表一个MIDI系统专有信息。
|
Modifier and Type | Method and Description |
---|---|
MidiMessage |
MidiEvent.getMessage()
获取包含在事件的MIDI消息。
|
Modifier and Type | Method and Description |
---|---|
void |
Receiver.send(MidiMessage message, long timeStamp)
发送的MIDI信息和时间戳这个接收器。
|
Constructor and Description |
---|
MidiEvent(MidiMessage message, long tick)
构建了一种新的
MidiEvent 。
|
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.