jlscp
v0.8

Package org.linuxsampler.lscp.event

Provides interfaces and classes for handling events send by LinuxSampler instance.

See:
          Description

Interface Summary
BufferFillListener The listener interface for receiving events about the fill state of the disk stream buffers.
ChannelCountListener The listener interface for receiving channel count events.
ChannelInfoListener The listener interface for receiving events about changes to sampler channels.
ChannelMidiDataListener The listener interface for receiving MIDI data events on a specific sampler channel.
DeviceMidiDataListener The listener interface for receiving MIDI data events on a specific MIDI device.
FxSendCountListener The listener interface that is notified when the number of effect sends on a particular sampler channel has changed.
FxSendInfoListener The listener interface that is notified when the settings of an effect send on a particular sampler channel have changed.
GlobalInfoListener The listener interface that is notified when the global settings of the sampler are changed.
InstrumentsDbListener The listener interface that is notified when changes to the instruments database are made.
ItemCountListener The listener interface for receiving events about item count changes.
ItemInfoListener The listener interface for receiving events about changes to an item.
MidiDataListener The listener interface for receiving MIDI data events.
MidiInstrumentCountListener The listener interface that is notified when the number of MIDI instruments in a MIDI instrument map is changed.
MidiInstrumentInfoListener The listener interface that is notified when a MIDI instrument in a MIDI instrument map is changed.
MiscellaneousListener The listener interface for receiving miscellaneous events.
StreamCountListener The listener interface for receiving active disk stream count events.
TotalStreamCountListener The listener interface that is notified when the total number of active streams is changed.
TotalVoiceCountListener The listener interface that is notified when the total number of active voices is changed.
VoiceCountListener The listener interface for receiving voice count events.
 

Class Summary
BufferFillEvent A semantic event which indicates that the fill state of a disk stream buffer in a sampler channel has changed.
ChannelCountEvent A semantic event which indicates that the number of sampler channels has changed.
ChannelInfoEvent A semantic event which indicates changes to a specific sampler channel.
ChannelMidiDataEvent A semantic event which indicates that MIDI data has arrived on a specific sampler channel.
DeviceMidiDataEvent A semantic event which indicates that MIDI data has arrived on a specific MIDI device.
FxSendCountEvent A semantic event which indicates that the number of effect sends on a particular sampler channel has changed.
FxSendInfoEvent A semantic event which indicates that the settings of a particular effect send have changed.
GlobalInfoEvent A semantic event which indicates changes to the global settings of the sampler.
InstrumentsDbAdapter Adapter class for receiving events.
InstrumentsDbEvent  
ItemCountEvent A semantic event which indicates that the number of items has changed.
ItemInfoEvent A semantic event which indicates changes to an item.
MidiDataEvent A semantic event which indicates that MIDI data has arrived.
MidiInstrumentCountEvent A semantic event which indicates that the number of MIDI instruments in a MIDI instrument map has changed.
MidiInstrumentInfoEvent A semantic event which indicates that a MIDI instrument in a MIDI instrument map is changed.
MiscellaneousEvent A semantic event which provides some miscellaneous or debugging information.
StreamCountEvent A semantic event which indicates that the number of active disk streams in a sampler channel has changed.
TotalStreamCountEvent A semantic event which indicates that the total number of active streams has changed.
TotalVoiceCountEvent A semantic event which indicates that the total number of active voices has changed.
VoiceCountEvent A semantic event which indicates that the number of active voices in a sampler channel has changed.
 

Enum Summary
MidiDataEvent.Type  
 

Package org.linuxsampler.lscp.event Description

Provides interfaces and classes for handling events send by LinuxSampler instance.


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.