Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.sound.midi | Provides interfaces and classes for I/O, sequencing, and synthesis of MIDI (Musical Instrument Digital Interface) data. |
Uses of MidiEvent in javax.sound.midi |
---|
Modifier and Type | Method and Description |
---|---|
MidiEvent |
Track.get(int index)
Obtains the event at the specified index. |
Modifier and Type | Method and Description |
---|---|
boolean |
Track.add(MidiEvent event)
Adds a new event to the track. |
boolean |
Track.remove(MidiEvent event)
Removes the specified event from the track. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.