|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tritonus.share.midi.TMidiDevice
org.tritonus.share.midi.TDirectSynthesizer
public abstract class TDirectSynthesizer
Base class for Synthesizer implementations.
This base class is for Synthesizer implementations that do not itself operate on MIDI, but instread implement the MidiChannel interface. For these implementations, MIDI behaviour is simulated on top of MidiChannel.
MidiChannel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.tritonus.share.midi.TMidiDevice |
---|
TMidiDevice.Info, TMidiDevice.TReceiver, TMidiDevice.TTransmitter |
Nested classes/interfaces inherited from interface javax.sound.midi.MidiDevice |
---|
MidiDevice.Info |
Constructor Summary | |
---|---|
TDirectSynthesizer(MidiDevice.Info info)
Initialize this class. |
Method Summary |
---|
Methods inherited from class org.tritonus.share.midi.TMidiDevice |
---|
close, getDeviceInfo, getMaxReceivers, getMaxTransmitters, getMicrosecondPosition, getReceiver, getReceivers, getTransmitter, getTransmitters, isOpen, open |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.sound.midi.Synthesizer |
---|
getAvailableInstruments, getChannels, getDefaultSoundbank, getLatency, getLoadedInstruments, getMaxPolyphony, getVoiceStatus, isSoundbankSupported, loadAllInstruments, loadInstrument, loadInstruments, remapInstrument, unloadAllInstruments, unloadInstrument, unloadInstruments |
Methods inherited from interface javax.sound.midi.MidiDevice |
---|
close, getDeviceInfo, getMaxReceivers, getMaxTransmitters, getMicrosecondPosition, getReceiver, getReceivers, getTransmitter, getTransmitters, isOpen, open |
Constructor Detail |
---|
public TDirectSynthesizer(MidiDevice.Info info)
info
- The info object that describes this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |