Package javax.sound.midi
See: Description
-
Interface Summary Interface Description ControllerEventListener TheControllerEventListener
interface should be implemented by classes whose instances need to be notified when aSequencer
has processed a requested type of MIDI control-change event.MetaEventListener TheMetaEventListener
interface should be implemented by classes whose instances need to be notified when a
has processed aSequencer
.MetaMessage
MidiChannel AMidiChannel
object represents a single MIDI channel.MidiDevice MidiDevice
is the base interface for all MIDI devices.MidiDeviceReceiver MidiDeviceReceiver
is aReceiver
which represents a MIDI input connector of aMidiDevice
(seeMidiDevice.getReceiver()
).MidiDeviceTransmitter MidiDeviceTransmitter
is aTransmitter
which represents a MIDI input connector of aMidiDevice
(seeMidiDevice.getTransmitter()
).Receiver AReceiver
receives
objects and typically does something useful in response, such as interpreting them to generate sound or raw MIDI output.MidiEvent
Sequencer A hardware or software device that plays back a MIDI
is known as a sequencer.sequence
Soundbank ASoundbank
contains a set ofInstruments
that can be loaded into aSynthesizer
.Synthesizer ASynthesizer
generates sound.Transmitter -
Class Summary Class Description Instrument An instrument is a sound-synthesis algorithm with certain parameter settings, usually designed to emulate a specific real-world musical instrument or to achieve a specific sort of sound effect.MetaMessage AMetaMessage
is a
that is not meaningful to synthesizers, but that can be stored in a MIDI file and interpreted by a sequencer program.MidiMessage
MidiDevice.Info AMidiDevice.Info
object contains assorted data about a
, including its name, the company who created it, and descriptive text.MidiDevice
MidiEvent MIDI events contain a MIDI message and a corresponding time-stamp expressed in ticks, and can represent the MIDI event information stored in a MIDI file or a
object.Sequence
MidiFileFormat AMidiFileFormat
object encapsulates a MIDI file's type, as well as its length and timing information.MidiMessage MidiMessage
is the base class for MIDI messages.MidiSystem TheMidiSystem
class provides access to the installed MIDI system resources, including devices such as synthesizers, sequencers, and MIDI input and output ports.Patch APatch
object represents a location, on a MIDI synthesizer, into which a single instrument is stored (loaded).Sequence ASequence
is a data structure containing musical information (often an entire song or composition) that can be played back by a
object.Sequencer
Sequencer.SyncMode ASyncMode
object represents one of the ways in which a MIDI sequencer's notion of time can be synchronized with a master or slave device.ShortMessage AShortMessage
contains a MIDI message that has at most two data bytes following its status byte.SoundbankResource ASoundbankResource
represents any audio resource stored in a
.Soundbank
SysexMessage ASysexMessage
object represents a MIDI system exclusive message.Track A MIDI track is an independent stream of MIDI events (time-stamped MIDI data) that can be stored along with other tracks in a standard MIDI file.VoiceStatus AVoiceStatus
object contains information about the current status of one of the voices produced by aSynthesizer
. -
Exception Summary Exception Description InvalidMidiDataException AnInvalidMidiDataException
indicates that inappropriate MIDI data was encountered.MidiUnavailableException AMidiUnavailableException
is thrown when a requested MIDI component cannot be opened or created because it is unavailable.
Package javax.sound.midi Description
Related Documentation
For overviews, tutorials, examples, and guides, please see:- Since:
- 1.3
Traduction non disponible
Les API Java ne sont pas encore traduites en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Version en cache
03/12/2024 18:10:21 Cette version de la page est en cache (à la date du 03/12/2024 18:10:21) afin d'accélérer le traitement. Vous pouvez activer le mode utilisateur dans le menu en haut pour afficher la dernère version de la page.Document créé le 30/08/2006, dernière modification le 04/03/2020
Source du document imprimé : https://www.gaudry.be/java-api-rf-javax/sound/midi/package-summary.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.