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

S

SamplerChannel - Class in org.linuxsampler.lscp
Provides information about the current settings of a specific sampler channel.
SamplerChannel() - Constructor for class org.linuxsampler.lscp.SamplerChannel
Creates a new instance of SamplerChannel
SamplerChannel(String[]) - Constructor for class org.linuxsampler.lscp.SamplerChannel
Creates a new instance of SamplerChannel and parses the information about a specific sampler channel described by resultSet.
SamplerEngine - Class in org.linuxsampler.lscp
Provides information about a specific sampler engine.
SamplerEngine() - Constructor for class org.linuxsampler.lscp.SamplerEngine
Creates a new instance of SamplerEngine
SamplerEngine(String[]) - Constructor for class org.linuxsampler.lscp.SamplerEngine
Creates a new instance of SamplerEngine and parses the information about a sampler engine described by resultSet.
ScanJobInfo - Class in org.linuxsampler.lscp
Provides information about a running scan job.
ScanJobInfo(String[]) - Constructor for class org.linuxsampler.lscp.ScanJobInfo
Creates a new instance of ScanJobInfo.
scanning - Variable in class org.linuxsampler.lscp.ScanJobInfo
 
sendChannelMidiData(int, MidiDataEvent.Type, int, int) - Method in class org.linuxsampler.lscp.Client
Sends a MIDI event to this sampler channel.
ServerInfo - Class in org.linuxsampler.lscp
Provides general information about LinuxSampler instance.
ServerInfo(String[]) - Constructor for class org.linuxsampler.lscp.ServerInfo
Creates a new instance of ServerInfo and parses the information described by resultSet.
setActive(boolean) - Method in class org.linuxsampler.lscp.AbstractDevice
Sets whether this audio output device is active or not.
setAudioChannels(AudioOutputChannel[]) - Method in class org.linuxsampler.lscp.AudioOutputDevice
Sets the current list of audio output channels.
setAudioOutputChannelCount(int, int) - Method in class org.linuxsampler.lscp.Client
Changes the channel number of the speicifed audio output device.
setAudioOutputChannelParameter(int, int, Parameter) - Method in class org.linuxsampler.lscp.Client
Alters a specific setting of an audio output channel.
setAudioOutputDeviceParameter(int, Parameter) - Method in class org.linuxsampler.lscp.Client
Alters a specific setting of a created audio output device.
setChannelAudioOutputChannel(int, int, int) - Method in class org.linuxsampler.lscp.Client
Sets the audio output channel on the specified sampler channel.
setChannelAudioOutputDevice(int, int) - Method in class org.linuxsampler.lscp.Client
Sets the audio output device on the specified sampler channel.
setChannelId(int) - Method in class org.linuxsampler.lscp.event.ChannelMidiDataEvent
Sets the ID of the sampler channel, to which MIDI data has arrived.
setChannelId(int) - Method in class org.linuxsampler.lscp.SamplerChannel
Sets the sampler channel number.
setChannelMidiInputChannel(int, int) - Method in class org.linuxsampler.lscp.Client
Sets the MIDI input channel the specified sampler channel should listen to.
setChannelMidiInputDevice(int, int) - Method in class org.linuxsampler.lscp.Client
Sets the MIDI input device on the specified sampler channel.
setChannelMidiInputPort(int, int) - Method in class org.linuxsampler.lscp.Client
Sets the MIDI input port on the specified sampler channel.
setChannelMidiInstrumentMap(int, int) - Method in class org.linuxsampler.lscp.Client
Sets the MIDI instrument map to be used on the specified sampler channel.
setChannelMute(int, boolean) - Method in class org.linuxsampler.lscp.Client
Mute/unmute the specified sampler channel.
setChannelSolo(int, boolean) - Method in class org.linuxsampler.lscp.Client
Solo/unsolo the specified sampler channel.
setChannelsParameter(Parameter<Integer>) - Method in class org.linuxsampler.lscp.AudioOutputDevice
Sets the CHANNELS parameter.
setChannelVolume(int, float) - Method in class org.linuxsampler.lscp.Client
Sets the volume of the specified sampler channel.
setDbDirectoryDescription(String, String) - Method in class org.linuxsampler.lscp.Client
Changes the description of the specified directory.
setDbInstrumentDescription(String, String) - Method in class org.linuxsampler.lscp.Client
Changes the description of the specified instrument.
setDbInstrumentFilePath(String, String) - Method in class org.linuxsampler.lscp.Client
Substitutes all occurrences of the instrument file oldPath in the database, with newPath.
setDefault(T) - Method in class org.linuxsampler.lscp.AbstractParameter
Sets the default value for this parameter.
setDescription(String) - Method in class org.linuxsampler.lscp.AbstractParameter
Sets the description of this parameter.
setDeviceId(int) - Method in class org.linuxsampler.lscp.AbstractDevice
Sets the numerical ID of this device.
setDeviceId(int) - Method in class org.linuxsampler.lscp.event.DeviceMidiDataEvent
Sets the ID of the MIDI device, to which MIDI data has arrived.
setDirectoryPath(String) - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Sets the absolute path name of the directory containing this instrument.
setDriverName(String) - Method in class org.linuxsampler.lscp.AbstractDevice
Sets the driver name of this device.
setEngine(String) - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Sets the name of the sampler engine to be used to load the instrument.
setEngine(SamplerEngine) - Method in class org.linuxsampler.lscp.SamplerChannel
Associates the specified sampler engine to this sampler channel.
setExtendedCharacterEscaping(boolean) - Method in class org.linuxsampler.lscp.Client
Sets whether strings sent to LinuxSampler should be more aggressively escaped.
setFilePath(String) - Method in class org.linuxsampler.lscp.AbstractInstrument
Sets the absolute path name of the instrument file.
setFilePath(String) - Method in interface org.linuxsampler.lscp.Instrument
Sets the absolute path name of the instrument file.
setFxSendAudioOutputChannel(int, int, int, int) - Method in class org.linuxsampler.lscp.Client
Sets the destination of an effect send's audio channel in the specified sampler channel.
setFxSendId(int) - Method in class org.linuxsampler.lscp.FxSend
Sets the numerical ID of this effect send.
setFxSendLevel(int, int, float) - Method in class org.linuxsampler.lscp.Client
Sets the current send level of the specified effect send entity in the specified sampler channel.
setFxSendMidiController(int, int, int) - Method in class org.linuxsampler.lscp.Client
Sets the MIDI controller, which will be able to modify the send level of the specified effect send in the specified sampler channel.
setFxSendName(int, int, String) - Method in class org.linuxsampler.lscp.Client
Sets the name of the specified effect send.
setGlobalStreamLimit(int) - Method in class org.linuxsampler.lscp.Client
Sets the global sampler-wide limit for maximum disk streams.
setGlobalVoiceLimit(int) - Method in class org.linuxsampler.lscp.Client
Sets the global sampler-wide limit of maximum voices.
setInstrumentIndex(int) - Method in class org.linuxsampler.lscp.AbstractInstrument
Sets the index of the instrument in the instrument file.
setInstrumentIndex(int) - Method in interface org.linuxsampler.lscp.Instrument
Sets the index of the instrument in the instrument file.
setLoadMode(MidiInstrumentInfo.LoadMode) - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Sets the load mode of this MIDI instrument.
setMidiInputDeviceParameter(int, Parameter) - Method in class org.linuxsampler.lscp.Client
Alters a specific setting of a created MIDI input device.
setMidiInputPortCount(int, int) - Method in class org.linuxsampler.lscp.Client
Changes the port number of the speicified MIDI input device.
setMidiInputPortParameter(int, int, Parameter) - Method in class org.linuxsampler.lscp.Client
Alters a specific setting of a MIDI input port.
setMidiInstrumentMapName(int, String) - Method in class org.linuxsampler.lscp.Client
Sets the name of the specified MIDI instrument map.
setMidiPorts(MidiPort[]) - Method in class org.linuxsampler.lscp.MidiInputDevice
Sets the current list of MIDI ports.
setMixChannelDestParameter(Parameter<Integer>) - Method in class org.linuxsampler.lscp.AudioOutputChannel
Sets the MIX_CHANNEL_DESTINATION parameter.
setMixChannelParameter(Parameter<Boolean>) - Method in class org.linuxsampler.lscp.AudioOutputChannel
Sets whether this channel is a mix-channel.
setMultiplicity(boolean) - Method in class org.linuxsampler.lscp.AbstractParameter
Sets if this parameter allows only one value or list of values.
setName(String) - Method in class org.linuxsampler.lscp.AbstractDriver
Sets the name of this driver.
setName(String) - Method in class org.linuxsampler.lscp.AbstractInstrument
Sets the name of this instrument.
setName(String) - Method in class org.linuxsampler.lscp.AbstractParameter
Sets the name of this parameter.
setName(String) - Method in class org.linuxsampler.lscp.DbDirectoryInfo
Sets the name of this directory.
setName(String) - Method in class org.linuxsampler.lscp.FxSend
Sets the name of this effect send.
setName(String) - Method in interface org.linuxsampler.lscp.Instrument
Sets the name of this instrument.
setName(String) - Method in class org.linuxsampler.lscp.MidiInstrumentMapInfo
Sets the name of this MIDI instrument map.
setName(String) - Method in interface org.linuxsampler.lscp.Parameter
Sets the name of this parameter.
setName(String) - Method in class org.linuxsampler.lscp.SamplerEngine
Sets the name of this sampler engine.
setNameParameter(Parameter<String>) - Method in class org.linuxsampler.lscp.AudioOutputChannel
Sets the NAME parameter.
setNameParameter(Parameter<String>) - Method in class org.linuxsampler.lscp.MidiPort
Sets the NAME parameter.
setParentDirectoryPath(String) - Method in class org.linuxsampler.lscp.DbDirectoryInfo
Sets the absolute path name of the directory containing this directory.
setPortId(int) - Method in class org.linuxsampler.lscp.event.DeviceMidiDataEvent
Sets the ID of the device's MIDI port, to which MIDI data has arrived.
setPortsParameter(Parameter<Integer>) - Method in class org.linuxsampler.lscp.MidiInputDevice
Sets the PORTS parameter.
setPossibilities(T[]) - Method in class org.linuxsampler.lscp.AbstractParameter
Sets the list of possible values for this parameter.
setPrintOnlyMode(boolean) - Method in class org.linuxsampler.lscp.Client
Sets the print-only mode.
setPrintOnlyModeOutputStream(OutputStream) - Method in class org.linuxsampler.lscp.Client
Sets the output stream to be used in print-only mode.
setRangeMax(Number) - Method in class org.linuxsampler.lscp.AbstractParameter
Sets the upper limit of the allowed value range for this parameter.
setRangeMin(Number) - Method in class org.linuxsampler.lscp.AbstractParameter
Sets the lower limit of the allowed value range for this parameter.
setSampleRateParameter(Parameter<Integer>) - Method in class org.linuxsampler.lscp.AudioOutputDevice
Sets the SAMPLERATE parameter.
setServerAddress(String) - Method in class org.linuxsampler.lscp.Client
Sets the Linux Sampler address.
setServerPort(int) - Method in class org.linuxsampler.lscp.Client
Sets the Linux Sampler port number.
setShowAbsolutePath(boolean) - Method in class org.linuxsampler.lscp.DbDirectoryInfo
Sets whether the toString() method should return the absolute path name of the directory.
setShowAbsolutePath(boolean) - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Sets whether the toString() method should return the absolute path name of the instrument.
setSoTimeout(int) - Method in class org.linuxsampler.lscp.Client
 
setStreamId(int) - Method in class org.linuxsampler.lscp.BufferFill
Sets the stream ID of the disk stream buffer.
setType(ParameterType) - Method in class org.linuxsampler.lscp.AbstractParameter
Sets the type of this parameter.
setValue(T) - Method in class org.linuxsampler.lscp.AbstractParameter
Sets the current value of this parameter.
setValue(int) - Method in class org.linuxsampler.lscp.BufferFill
Sets the fill amount of the buffer.
setValue(T) - Method in interface org.linuxsampler.lscp.Parameter
Sets the current value of this parameter.
setVolume(float) - Method in class org.linuxsampler.lscp.Client
Sets the global volume of the sampler.
setVolume(double) - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Sets the volume level for this instrument, where a value < 1.0 means attenuation and a value > 1.0 means amplification.
status - Variable in class org.linuxsampler.lscp.ScanJobInfo
 
streamCountChanged(StreamCountEvent) - Method in interface org.linuxsampler.lscp.event.StreamCountListener
Invoked when the number of active disk streams in a specific sampler channel has changed.
StreamCountEvent - Class in org.linuxsampler.lscp.event
A semantic event which indicates that the number of active disk streams in a sampler channel has changed.
StreamCountEvent(Object, int, int) - Constructor for class org.linuxsampler.lscp.event.StreamCountEvent
Constructs a StreamCountEvent object.
StreamCountListener - Interface in org.linuxsampler.lscp.event
The listener interface for receiving active disk stream count events.
streamLimitChanged(GlobalInfoEvent) - Method in interface org.linuxsampler.lscp.event.GlobalInfoListener
Invoked when the global sampler-wide limit of maximum disk streams is changed.
StringListParameter - Class in org.linuxsampler.lscp
This class implements the Parameter<String[]> interface.
StringListParameter() - Constructor for class org.linuxsampler.lscp.StringListParameter
Creates a new instance of StringListParameter
StringListParameter(String) - Constructor for class org.linuxsampler.lscp.StringListParameter
Creates a StringListParameter instance with the specified name.
StringListParameter(String, String[]) - Constructor for class org.linuxsampler.lscp.StringListParameter
Creates a StringListParameter instance with the specified name and value.
StringListParameter(String[]) - Constructor for class org.linuxsampler.lscp.StringListParameter
Creates a new instance of StringListParameter and parses the specified lines.
StringParameter - Class in org.linuxsampler.lscp
This class implements the Parameter<String> interface.
StringParameter() - Constructor for class org.linuxsampler.lscp.StringParameter
Creates a new instance of StringParameter
StringParameter(String) - Constructor for class org.linuxsampler.lscp.StringParameter
Creates a StringParameter instance with the specified name.
StringParameter(String, String) - Constructor for class org.linuxsampler.lscp.StringParameter
Creates a StringParameter instance with the specified name and value.
StringParameter(String[]) - Constructor for class org.linuxsampler.lscp.StringParameter
Creates a new instance of StringParameter and parses the specified lines.

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.