jlscp
v0.8
A B C D E F G H I J K L M N O P R S T U V

I

Instrument - Interface in org.linuxsampler.lscp
 
instrumentCountChanged(InstrumentsDbEvent) - Method in class org.linuxsampler.lscp.event.InstrumentsDbAdapter
Invoked when the number of instruments in a specific directory has changed.
instrumentCountChanged(InstrumentsDbEvent) - Method in interface org.linuxsampler.lscp.event.InstrumentsDbListener
Invoked when the number of instruments in a specific directory has changed.
instrumentCountChanged(MidiInstrumentCountEvent) - Method in interface org.linuxsampler.lscp.event.MidiInstrumentCountListener
Invoked when the number of MIDI instruments in a MIDI instrument map is changed.
instrumentInfoChanged(InstrumentsDbEvent) - Method in class org.linuxsampler.lscp.event.InstrumentsDbAdapter
Invoked when the settings of an instrument are changed.
instrumentInfoChanged(InstrumentsDbEvent) - Method in interface org.linuxsampler.lscp.event.InstrumentsDbListener
Invoked when the settings of an instrument are changed.
instrumentInfoChanged(MidiInstrumentInfoEvent) - Method in interface org.linuxsampler.lscp.event.MidiInstrumentInfoListener
Invoked when a MIDI instrument in a MIDI instrument map is changed.
instrumentNameChanged(InstrumentsDbEvent) - Method in class org.linuxsampler.lscp.event.InstrumentsDbAdapter
Invoked when an instrument is renamed.
instrumentNameChanged(InstrumentsDbEvent) - Method in interface org.linuxsampler.lscp.event.InstrumentsDbListener
Invoked when an instrument is renamed.
InstrumentsDbAdapter - Class in org.linuxsampler.lscp.event
Adapter class for receiving events.
InstrumentsDbAdapter() - Constructor for class org.linuxsampler.lscp.event.InstrumentsDbAdapter
 
InstrumentsDbEvent - Class in org.linuxsampler.lscp.event
 
InstrumentsDbEvent(Object, String) - Constructor for class org.linuxsampler.lscp.event.InstrumentsDbEvent
Constructs an InstrumentsDbEvent object.
InstrumentsDbEvent(Object, String, String) - Constructor for class org.linuxsampler.lscp.event.InstrumentsDbEvent
Constructs an InstrumentsDbEvent object.
InstrumentsDbEvent(Object, int) - Constructor for class org.linuxsampler.lscp.event.InstrumentsDbEvent
Constructs an InstrumentsDbEvent object.
InstrumentsDbListener - Interface in org.linuxsampler.lscp.event
The listener interface that is notified when changes to the instruments database are made.
instrumentType - Variable in class org.linuxsampler.lscp.DbSearchQuery
 
IntListParameter - Class in org.linuxsampler.lscp
This class implements the Parameter<Integer[]> interface.
IntListParameter() - Constructor for class org.linuxsampler.lscp.IntListParameter
Creates a new instance of IntListParameter
IntListParameter(String) - Constructor for class org.linuxsampler.lscp.IntListParameter
Creates a IntListParameter instance with the specified name.
IntListParameter(String, Integer[]) - Constructor for class org.linuxsampler.lscp.IntListParameter
Creates a IntListParameter instance with the specified name and value.
IntListParameter(String[]) - Constructor for class org.linuxsampler.lscp.IntListParameter
Creates a new instance of IntListParameter and parses the specified lines.
IntParameter - Class in org.linuxsampler.lscp
This class implements the Parameter<Integer> interface.
IntParameter() - Constructor for class org.linuxsampler.lscp.IntParameter
Creates a new instance of IntParameter
IntParameter(String) - Constructor for class org.linuxsampler.lscp.IntParameter
Creates an IntParameter instance with the specified name.
IntParameter(String, Integer) - Constructor for class org.linuxsampler.lscp.IntParameter
Creates an IntParameter instance with the specified name and value.
IntParameter(String[]) - Constructor for class org.linuxsampler.lscp.IntParameter
Creates a new instance of IntParameter and parses the specified lines.
isActive() - Method in class org.linuxsampler.lscp.AbstractDevice
Determines whether this device is active.
isActive() - Method in interface org.linuxsampler.lscp.Device
Determines whether this device is active.
isBoolean() - Method in class org.linuxsampler.lscp.AbstractParameter
Determines whether this parameter contains boolean value.
isBooleanList() - Method in class org.linuxsampler.lscp.AbstractParameter
Determines whether this parameter contains list of boolean values.
isConnected() - Method in class org.linuxsampler.lscp.Client
Determines whether the client is connected.
isDefault() - Method in class org.linuxsampler.lscp.MidiInstrumentMapInfo
Determines whether this map is the default map.
isDrum() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Determines whether the instrument is a drumkit or a chromatic instrument.
isEscaped(String, int) - Static method in class org.linuxsampler.lscp.Parser
Determines whether the character at the specified position is escaped with backslash.
isFinished() - Method in class org.linuxsampler.lscp.ScanJobInfo
Determines whether the job is finished.
isFixed() - Method in class org.linuxsampler.lscp.AbstractParameter
Defines if this parameter can be altered.
isFixed() - Method in interface org.linuxsampler.lscp.Parameter
Defines if this parameter can be altered.
isFloat() - Method in class org.linuxsampler.lscp.AbstractParameter
Determines whether this parameter contains float value.
isFloatList() - Method in class org.linuxsampler.lscp.AbstractParameter
Determines whether this parameter contains list of float values.
isInteger() - Method in class org.linuxsampler.lscp.AbstractParameter
Determines whether this parameter contains integer value.
isIntegerList() - Method in class org.linuxsampler.lscp.AbstractParameter
Determines whether this parameter contains list of integer values.
isMandatory() - Method in class org.linuxsampler.lscp.AbstractParameter
Defines if this parameter must be given when the device is to be created.
isMandatory() - Method in interface org.linuxsampler.lscp.Parameter
Defines if this parameter must be given when the device is to be created.
isMixChannel() - Method in class org.linuxsampler.lscp.AudioOutputChannel
Determines whether this channel is a mix-channel.
isMultiplicity() - Method in class org.linuxsampler.lscp.AbstractParameter
Defines if this parameter allows only one value or list of values.
isMultiplicity() - Method in interface org.linuxsampler.lscp.Parameter
Defines if this parameter allows only one value or list of values.
isMuted() - Method in class org.linuxsampler.lscp.SamplerChannel
Determines whether this channel is muted.
isMutedBySolo() - Method in class org.linuxsampler.lscp.SamplerChannel
Determines whether this channel is muted because of the presence of a solo channel.
isSoloChannel() - Method in class org.linuxsampler.lscp.SamplerChannel
Determines whether this channel is a solo channel.
isString() - Method in class org.linuxsampler.lscp.AbstractParameter
Determines whether this parameter contains string value.
isStringList() - Method in class org.linuxsampler.lscp.AbstractParameter
Determines whether this parameter contains list of string values.
isUsingDefaultMidiInstrumentMap() - Method in class org.linuxsampler.lscp.SamplerChannel
Determines whether the sampler channel is assigned to the default MIDI instrument map.
itemCountChanged(ItemCountEvent) - Method in interface org.linuxsampler.lscp.event.ItemCountListener
Invoked when the number of items has changed.
ItemCountEvent - Class in org.linuxsampler.lscp.event
A semantic event which indicates that the number of items has changed.
ItemCountEvent(Object, int) - Constructor for class org.linuxsampler.lscp.event.ItemCountEvent
Constructs a ItemCountEvent object.
ItemCountListener - Interface in org.linuxsampler.lscp.event
The listener interface for receiving events about item count changes.
itemInfoChanged(ItemInfoEvent) - Method in interface org.linuxsampler.lscp.event.ItemInfoListener
Invoked when changes to an item have occured.
ItemInfoEvent - Class in org.linuxsampler.lscp.event
A semantic event which indicates changes to an item.
ItemInfoEvent(Object, int) - Constructor for class org.linuxsampler.lscp.event.ItemInfoEvent
Constructs a ItemInfoEvent object.
ItemInfoListener - Interface in org.linuxsampler.lscp.event
The listener interface for receiving events about changes to an item.

jlscp
v0.8
A B C D E F G H I J K L M N O P R S T U V
Copyright © 2009 Grigor Iliev. All rights reserved.