软件包 | 描述 |
---|---|
javax.sound.midi |
提供的接口和类的I / O,测序和合成的MIDI(乐器数字接口)数据。
|
Modifier and Type | Field and Description |
---|---|
protected Vector<Track> |
Sequence.tracks
在这个序列的MIDI音轨。
|
Modifier and Type | Method and Description |
---|---|
Track |
Sequence.createTrack()
创建一个新的,最初是空的轨道,作为该序列的一部分。
|
Track[] |
Sequence.getTracks()
获取一个包含该序列中所有曲目的数组。
|
Modifier and Type | Method and Description |
---|---|
boolean |
Sequence.deleteTrack(Track track)
从序列中移除指定的轨道。
|
void |
Sequencer.recordDisable(Track track)
禁用记录到指定的轨道。
|
void |
Sequencer.recordEnable(Track track, int channel)
准备在特定信道上接收的记录事件的指定轨道。
|
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.