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

G

getActiveParameter() - Method in class org.linuxsampler.lscp.AbstractDevice
Gets the ACTIVE parameter.
getActiveParameter() - Method in interface org.linuxsampler.lscp.Device
Gets the ACTIVE parameter.
getAdditionalParameters() - Method in class org.linuxsampler.lscp.AbstractDevice
Gets Parameter array with the additional parameters of this device.
getAdditionalParameters() - Method in class org.linuxsampler.lscp.AudioOutputChannel
Gets a Parameter array with the additional parameters of this audio output channel.
getAdditionalParameters() - Method in interface org.linuxsampler.lscp.Device
Gets Parameter array with the additional parameters of this device.
getAdditionalParameters() - Method in class org.linuxsampler.lscp.MidiPort
Gets Parameter array with the additional parameters of this MIDI port.
getAllParameters() - Method in class org.linuxsampler.lscp.AudioOutputChannel
Gets a Parameter array providing all parameters of this audio output channel (including NAME, IS_MIX_CHANNEL, MIX_CHANNEL_DESTINATION parameters).
getAllParameters() - Method in class org.linuxsampler.lscp.AudioOutputDevice
Gets a Parameter array providing all parameters of this audio output device (including ACTIVE, CHANNELS and SAMPLERATE parameters).
getAllParameters() - Method in class org.linuxsampler.lscp.MidiPort
Gets a Parameter array providing all parameters of this MIDI port (including NAME parameter).
getArtists() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Lists the artist names.
getAudioChannel(int) - Method in class org.linuxsampler.lscp.AudioOutputDevice
Gets the audio output channel at the specified index.
getAudioChannelCount() - Method in class org.linuxsampler.lscp.AudioOutputDevice
Gets the current number of audio output channels this device offers.
getAudioChannels() - Method in class org.linuxsampler.lscp.AudioOutputDevice
Gets the current non-null list of audio channels this device offers.
getAudioOutputChannelInfo(int, int) - Method in class org.linuxsampler.lscp.Client
Gets information about an audio channel.
getAudioOutputChannelParameterInfo(int, int, String) - Method in class org.linuxsampler.lscp.Client
Gets detailed information about a specific audio output channel parameter.
getAudioOutputChannels() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the number of output channels the sampler channel offers.
getAudioOutputDevice() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the numerical ID of the audio output device which is currently connected to this sampler channel to output the audio signal.
getAudioOutputDeviceCount() - Method in class org.linuxsampler.lscp.Client
Gets the current number of all created audio output devices.
getAudioOutputDeviceIDs() - Method in class org.linuxsampler.lscp.Client
Gets a list of numerical IDs of all created audio output devices.
getAudioOutputDeviceInfo(int) - Method in class org.linuxsampler.lscp.Client
Gets the current settings of a specific, already created audio output device.
getAudioOutputDevices() - Method in class org.linuxsampler.lscp.Client
Gets a list of all created audio output devices.
getAudioOutputDriverCount() - Method in class org.linuxsampler.lscp.Client
Gets the number of all audio output drivers currently available for the LinuxSampler instance.
getAudioOutputDriverInfo(String, Parameter...) - Method in class org.linuxsampler.lscp.Client
Gets detailed information about a specific audio output driver.
getAudioOutputDriverParameterInfo(String, String, Parameter...) - Method in class org.linuxsampler.lscp.Client
Gets detailed information about a specific audio output driver parameter.
getAudioOutputDrivers() - Method in class org.linuxsampler.lscp.Client
Gets all audio output drivers currently available for the LinuxSampler instance.
getAudioOutputRouting() - Method in class org.linuxsampler.lscp.FxSend
Gets a list which reflects to which audio channel of the selected audio output device each effect send output channel is routed to.
getAudioOutputRouting() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets a list which reflects to which audio channel of the selected audio output device each sampler output channel is routed to.
getCategoryInfo(String[], String) - Static method in class org.linuxsampler.lscp.Parser
Gets the info character string to the specified information category.
getChannel() - Method in class org.linuxsampler.lscp.event.FxSendCountEvent
Gets the numerical ID of the sampler channel, which effect sends number has changed.
getChannel() - Method in class org.linuxsampler.lscp.event.FxSendInfoEvent
Gets the numerical ID of the sampler channel, containing the changed effect send.
getChannelBufferFillBytes(int) - Method in class org.linuxsampler.lscp.Client
Gets the current fill state of all disk streams on the specified sampler channel in bytes.
getChannelBufferFillPercentage(int) - Method in class org.linuxsampler.lscp.Client
Gets the current fill state of all disk streams on the specified sampler channel in percent.
getChannelBufferFillPercentage() - Method in class org.linuxsampler.lscp.event.BufferFillEvent
Gets the new fill state of all disk streams in percent.
getChannelCount() - Method in class org.linuxsampler.lscp.AudioOutputDevice
Gets the amount of audio output channels this device currently offers.
getChannelCount() - Method in class org.linuxsampler.lscp.event.ChannelCountEvent
Gets the new number of sampler channels.
getChannelId() - Method in class org.linuxsampler.lscp.event.ChannelMidiDataEvent
Returns the ID of the sampler channel, to which MIDI data has arrived.
getChannelId() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the sampler channel number.
getChannelsParameter() - Method in class org.linuxsampler.lscp.AudioOutputDevice
Gets the CHANNELS parameter.
getChannelStreamCount(int) - Method in class org.linuxsampler.lscp.Client
Gets the current number of active disk streams on the specified sampler channel.
getChannelVoiceCount(int) - Method in class org.linuxsampler.lscp.Client
Gets the current number of active voices on the specified sampler channel.
getClientVersion() - Static method in class org.linuxsampler.lscp.Client
Specifies the jlscp version.
getCode() - Method in exception org.linuxsampler.lscp.LSException
Gets the numeric unique identifier of the error.
getCreatedAfter() - Method in class org.linuxsampler.lscp.DbSearchQuery
 
getCreatedBefore() - Method in class org.linuxsampler.lscp.DbSearchQuery
 
getDateCreated() - Method in class org.linuxsampler.lscp.DbDirectoryInfo
Returns the date when the directory is created.
getDateCreated() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Returns the date when the instrument is created.
getDateModified() - Method in class org.linuxsampler.lscp.DbDirectoryInfo
Returns the date when the directory is last modified.
getDateModified() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Returns the date when the instrument is last modified.
getDbDirectories(String) - Method in class org.linuxsampler.lscp.Client
Gets the list of directories in the specified directory.
getDbDirectoryCount(String) - Method in class org.linuxsampler.lscp.Client
Gets the number of directories in the specified directory.
getDbDirectoryCount(String, boolean) - Method in class org.linuxsampler.lscp.Client
Gets the number of directories in the specified directory.
getDbDirectoryInfo(String) - Method in class org.linuxsampler.lscp.Client
Gets information about the specified directory.
getDbDirectoryNames(String) - Method in class org.linuxsampler.lscp.Client
Gets the list of directories in the specified directory.
getDbInstrumentCount(String) - Method in class org.linuxsampler.lscp.Client
Gets the number of instruments in the specified directory.
getDbInstrumentCount(String, boolean) - Method in class org.linuxsampler.lscp.Client
Gets the number of instruments in the specified directory.
getDbInstrumentInfo(String) - Method in class org.linuxsampler.lscp.Client
Gets information about the specified instrument.
getDbInstrumentNames(String) - Method in class org.linuxsampler.lscp.Client
Gets the list of instruments in the specified directory.
getDbInstruments(String) - Method in class org.linuxsampler.lscp.Client
Gets the list of instruments in the specified directory.
getDbInstrumentsJobInfo(int) - Method in class org.linuxsampler.lscp.Client
Gets status information about the specified job.
getDefault() - Method in class org.linuxsampler.lscp.AbstractParameter
Gets the default value for this parameter.
getDefault() - Method in interface org.linuxsampler.lscp.Parameter
Gets the default value for this parameter.
getDependances() - Method in class org.linuxsampler.lscp.AbstractParameter
Gets a String array with parameter's names this parameter depends on.
getDependances() - Method in interface org.linuxsampler.lscp.Parameter
Gets a String array with parameter's names this parameter depends on.
getDescription() - Method in class org.linuxsampler.lscp.AbstractDriver
Gets a description about this driver.
getDescription() - Method in class org.linuxsampler.lscp.AbstractInstrument
Gets a brief description about this instrument.
getDescription() - Method in class org.linuxsampler.lscp.AbstractParameter
Gets the description of this parameter.
getDescription() - Method in class org.linuxsampler.lscp.DbDirectoryInfo
Gets a brief description about this directory.
getDescription() - Method in interface org.linuxsampler.lscp.Driver
Gets a description about this driver.
getDescription() - Method in interface org.linuxsampler.lscp.Parameter
Gets the description of this parameter.
getDescription() - Method in class org.linuxsampler.lscp.SamplerEngine
Gets a description about this sampler engine.
getDescription() - Method in class org.linuxsampler.lscp.ServerInfo
Gets description about the sampler.
getDetails() - Method in exception org.linuxsampler.lscp.LSException
Gets a detailed error report.
getDeviceId() - Method in class org.linuxsampler.lscp.AbstractDevice
Gets the numerical ID of this device.
getDeviceId() - Method in interface org.linuxsampler.lscp.Device
Gets the numerical ID of this device.
getDeviceId() - Method in class org.linuxsampler.lscp.event.DeviceMidiDataEvent
Returns the ID of the MIDI device, to which MIDI data has arrived.
getDirectoryList(String) - Static method in class org.linuxsampler.lscp.Parser
Returns an array containing all directories in the specified escaped path.
getDirectoryPath() - Method in class org.linuxsampler.lscp.DbDirectoryInfo
Returns the absolute path name of the directory or null if the parent directory path is not set.
getDirectoryPath() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Returns the absolute path name of the directory containing this instrument.
getDriverName() - Method in class org.linuxsampler.lscp.AbstractDevice
Gets the driver name used by this device.
getDriverName() - Method in interface org.linuxsampler.lscp.Device
Gets the driver name used by this device.
getEngine() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
 
getEngine() - Method in interface org.linuxsampler.lscp.Instrument
Gets the name of the sampler engine to be used to load the instrument.
getEngine() - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Gets the name of the sampler engine to be used to load the instrument.
getEngine() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the engine that is deployed on the sampler channel.
getEngineCount() - Method in class org.linuxsampler.lscp.Client
Gets the number of all available engines.
getEngines() - Method in class org.linuxsampler.lscp.Client
Gets a list of all available engines.
getEntry() - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Gets the position of the MIDI instrument in a MIDI instrument map.
getEventMessage() - Method in class org.linuxsampler.lscp.event.MiscellaneousEvent
Gets a String instance describing the event.
getExtendedCharacterEscaping() - Method in class org.linuxsampler.lscp.Client
Determines whether strings sent to LinuxSampler should be more aggressively escaped.
getFileInstrumentCount(String) - Method in class org.linuxsampler.lscp.Client
Gets the number of instruments in the specified instrument file.
getFileInstrumentInfo(String, int) - Method in class org.linuxsampler.lscp.Client
Gets information about the instrument with index instrIdx in the specified instrument file.
getFileInstruments(String) - Method in class org.linuxsampler.lscp.Client
Gets the list of instruments in the specified instrument file.
getFileName(String) - Static method in class org.linuxsampler.lscp.Parser
Extracts the file name from the specified escaped path.
getFilePath() - Method in class org.linuxsampler.lscp.AbstractInstrument
Returns the absolute path name of the instrument file.
getFilePath() - Method in interface org.linuxsampler.lscp.Instrument
Returns the absolute path name of the instrument file.
getFormatedSize() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Gets a user friendly representation of the instruments size.
getFormatFamily() - Method in class org.linuxsampler.lscp.AbstractInstrument
Returns the format family of the instrument.
getFormatFamily() - Method in interface org.linuxsampler.lscp.Instrument
Returns the format family of the instrument.
getFormatVersion() - Method in class org.linuxsampler.lscp.AbstractInstrument
Returns the format version of the instrument.
getFormatVersion() - Method in interface org.linuxsampler.lscp.Instrument
Returns the format version of the instrument.
getFxSend() - Method in class org.linuxsampler.lscp.event.FxSendInfoEvent
Gets the numerical ID of the effect send, whose settings are changed.
getFxSendCount() - Method in class org.linuxsampler.lscp.event.FxSendCountEvent
Gets the new number of effect sends.
getFxSendId() - Method in class org.linuxsampler.lscp.FxSend
Gets the numerical ID of this effect send.
getFxSendIDs(int) - Method in class org.linuxsampler.lscp.Client
Gets a list of effect sends on the specified sampler channel.
getFxSendInfo(int, int) - Method in class org.linuxsampler.lscp.Client
Gets the current settings of the specified effect send entity.
getFxSends(int) - Method in class org.linuxsampler.lscp.Client
Gets a list of all created effect sends on the specified sampler channel.
getFxSoundCount(int) - Method in class org.linuxsampler.lscp.Client
Gets the current number of effect sends on the specified sampler channel.
getGlobalStreamLimit() - Method in class org.linuxsampler.lscp.Client
Gets the global sampler-wide limit of maximum disk streams.
getGlobalVoiceLimit() - Method in class org.linuxsampler.lscp.Client
Gets the global sampler-wide limit of maximum voices.
getInstrumentCount() - Method in class org.linuxsampler.lscp.event.MidiInstrumentCountEvent
Gets the new number of MIDI instruments in the MIDI instrument map.
getInstrumentFile() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the file name of the loaded instrument.
getInstrumentIndex() - Method in class org.linuxsampler.lscp.AbstractInstrument
Returns the index of the instrument in the instrument file.
getInstrumentIndex() - Method in interface org.linuxsampler.lscp.Instrument
Returns the index of the instrument in the instrument file.
getInstrumentIndex() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the instrument index number of the loaded instrument.
getInstrumentName() - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Gets the name of the loaded instrument as reflected by its file.
getInstrumentName() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the name of the loaded instrument.
getInstrumentPath() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Returns the absolute path name of this instrument or null if the directory path for this instrument is not set.
getInstrumentStatus() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the instrument status - an integer values from 0 to 100 indicating loading progress percentage for the instrument.
getItemCount() - Method in class org.linuxsampler.lscp.event.ItemCountEvent
Gets the new number of items.
getItemID() - Method in class org.linuxsampler.lscp.event.ItemInfoEvent
Gets the numerical ID of the item whose settings have changed.
getJobId() - Method in class org.linuxsampler.lscp.event.InstrumentsDbEvent
Returns the ID of the job, which status has changed.
getKeyMapping() - Method in class org.linuxsampler.lscp.AbstractInstrument
 
getKeyMapping() - Method in interface org.linuxsampler.lscp.Instrument
 
getKeyswitchMapping() - Method in class org.linuxsampler.lscp.AbstractInstrument
 
getKeyswitchMapping() - Method in interface org.linuxsampler.lscp.Instrument
 
getKeywords() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Provides a list of keywords that refer to the instrument.
getLevel() - Method in class org.linuxsampler.lscp.FxSend
Gets the current send level.
getLoadMode() - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Gets the load mode of this MIDI instrument.
getLogger() - Static method in class org.linuxsampler.lscp.Client
Returns the logger for this library.
getMapId() - Method in class org.linuxsampler.lscp.event.MidiInstrumentCountEvent
Gets the numerical ID of the MIDI instrument map, in which the number of MIDI instruments has changed.
getMapId() - Method in class org.linuxsampler.lscp.event.MidiInstrumentInfoEvent
Gets the numerical ID of the MIDI instrument map, which instrument number is changed.
getMapId() - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Gets the ID of the map containing this instrument.
getMapId() - Method in class org.linuxsampler.lscp.MidiInstrumentMapInfo
 
getMidiBank() - Method in class org.linuxsampler.lscp.event.MidiInstrumentInfoEvent
Gets the index of the MIDI bank, containing the instrument.
getMidiBank() - Method in class org.linuxsampler.lscp.MidiInstrumentEntry
Gets the MIDI bank number.
getMidiBank() - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Gets the index of the MIDI bank, containing this instrument.
getMidiController() - Method in class org.linuxsampler.lscp.FxSend
Gets the MIDI controller, which is able to modify the send level.
getMidiInputChannel() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the MIDI input channel number this sampler channel should listen to or -1 to listen on all MIDI channels.
getMidiInputDevice() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the numerical ID of the MIDI input device which is currently connected to this sampler channel to deliver MIDI input commands.
getMidiInputDeviceCount() - Method in class org.linuxsampler.lscp.Client
Gets the current number of all created MIDI input devices.
getMidiInputDeviceIDs() - Method in class org.linuxsampler.lscp.Client
Gets a list of numerical IDs of all created MIDI input devices.
getMidiInputDeviceInfo(int) - Method in class org.linuxsampler.lscp.Client
Gets the current settings of a specific, already created MIDI input device.
getMidiInputDevices() - Method in class org.linuxsampler.lscp.Client
Gets a list of all created MIDI input devices.
getMidiInputDriverCount() - Method in class org.linuxsampler.lscp.Client
Gets the current number of all MIDI input drivers.
getMidiInputDriverInfo(String, Parameter...) - Method in class org.linuxsampler.lscp.Client
Gets detailed information about a specific MIDI input driver.
getMidiInputDriverParameterInfo(String, String, Parameter...) - Method in class org.linuxsampler.lscp.Client
Gets detailed information about a specific MIDI input driver parameter.
getMidiInputDrivers() - Method in class org.linuxsampler.lscp.Client
Gets all MIDI input drivers currently available for the LinuxSampler instance.
getMidiInputPort() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the port number of the MIDI input device.
getMidiInputPortInfo(int, int) - Method in class org.linuxsampler.lscp.Client
Gets detailed information about a specific MIDI input port.
getMidiInputPortParameterInfo(int, int, String) - Method in class org.linuxsampler.lscp.Client
Gets detailed information about a specific MIDI input port parameter.
getMidiInstrumentCount() - Method in class org.linuxsampler.lscp.Client
Gets the current number of all MIDI instrument in all maps.
getMidiInstrumentCount(int) - Method in class org.linuxsampler.lscp.Client
Gets the current number of MIDI instrument in the specified map.
getMidiInstrumentEntries(int) - Method in class org.linuxsampler.lscp.Client
Gets all MIDI instrument entries contained int the specified MIDI instrument map.
getMidiInstrumentInfo(int, int, int) - Method in class org.linuxsampler.lscp.Client
Gets the current settings of the specified MIDI instrument.
getMidiInstrumentMapCount() - Method in class org.linuxsampler.lscp.Client
Gets the current number of all MIDI instrument maps.
getMidiInstrumentMapId() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the numerical id of the MIDI instrument map, to which this sampler channel is assigned to.
getMidiInstrumentMapIDs() - Method in class org.linuxsampler.lscp.Client
Gets a list of numerical IDs of all created MIDI instrument maps.
getMidiInstrumentMapInfo(int) - Method in class org.linuxsampler.lscp.Client
Gets the current settings of a specific, already created MIDI instrument map.
getMidiInstrumentMaps() - Method in class org.linuxsampler.lscp.Client
Gets an information of all created MIDI instrument maps.
getMidiInstruments() - Method in class org.linuxsampler.lscp.Client
Gets all MIDI instrument from all maps.
getMidiInstruments(int) - Method in class org.linuxsampler.lscp.Client
Gets all MIDI instruments contained int the specified MIDI instrument map.
getMidiPort(int) - Method in class org.linuxsampler.lscp.MidiInputDevice
Gets the MIDI port at the specified index.
getMidiPortCount() - Method in class org.linuxsampler.lscp.MidiInputDevice
Gets the current number of MIDI ports this device offers.
getMidiPorts() - Method in class org.linuxsampler.lscp.MidiInputDevice
Gets the current non-null list of MIDI ports this device offers.
getMidiProgram() - Method in class org.linuxsampler.lscp.event.MidiInstrumentInfoEvent
Gets the MIDI program number of the instrument.
getMidiProgram() - Method in class org.linuxsampler.lscp.MidiInstrumentEntry
Gets the MIDI program number.
getMidiProgram() - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Gets the MIDI program number of this instrument.
getMixChannelDest() - Method in class org.linuxsampler.lscp.AudioOutputChannel
Gets the number of the real audio channel this mix channel refers to.
getMixChannelDestParameter() - Method in class org.linuxsampler.lscp.AudioOutputChannel
Gets the MIX_CHANNEL_DESTINATION parameter.
getMixChannelParameter() - Method in class org.linuxsampler.lscp.AudioOutputChannel
Gets the IS_MIX_CHANNEL parameter.
getModifiedAfter() - Method in class org.linuxsampler.lscp.DbSearchQuery
 
getModifiedBefore() - Method in class org.linuxsampler.lscp.DbSearchQuery
 
getName() - Method in class org.linuxsampler.lscp.AbstractDriver
Gets the name of this driver.
getName() - Method in class org.linuxsampler.lscp.AbstractInstrument
Gets the name of this instrument.
getName() - Method in class org.linuxsampler.lscp.AbstractParameter
Gets the name of this parameter.
getName() - Method in class org.linuxsampler.lscp.AudioOutputChannel
Gets the name of this audio output channel.
getName() - Method in class org.linuxsampler.lscp.DbDirectoryInfo
Gets the name of this directory.
getName() - Method in interface org.linuxsampler.lscp.Driver
Gets the name of this driver.
getName() - Method in class org.linuxsampler.lscp.FxSend
Gets the name of this effect send.
getName() - Method in interface org.linuxsampler.lscp.Instrument
Gets the name of this instrument.
getName() - Method in class org.linuxsampler.lscp.MidiInstrumentMapInfo
Gets the name of this MIDI instrument map.
getName() - Method in class org.linuxsampler.lscp.MidiPort
Gets the name of this MIDI port.
getName() - Method in interface org.linuxsampler.lscp.Parameter
Gets the name of this parameter.
getName() - Method in class org.linuxsampler.lscp.SamplerEngine
Gets the name of this sampler engine.
getNameParameter() - Method in class org.linuxsampler.lscp.AudioOutputChannel
Gets the NAME parameter.
getNameParameter() - Method in class org.linuxsampler.lscp.MidiPort
Gets the NAME parameter.
getNewName() - Method in class org.linuxsampler.lscp.event.InstrumentsDbEvent
When an instrument or directory is renamed, this method returns the new (non-escaped) name for the respective instrument or directory.
getNote() - Method in class org.linuxsampler.lscp.event.MidiDataEvent
 
getParameterNames() - Method in class org.linuxsampler.lscp.AbstractDriver
Gets the names of all parameters available for this driver.
getParameterNames() - Method in interface org.linuxsampler.lscp.Driver
Gets the names of all parameters available for this driver.
getParameters() - Method in class org.linuxsampler.lscp.AbstractDriver
Gets all parameters available for this driver.
getParameters() - Method in interface org.linuxsampler.lscp.Driver
Gets all parameters available for this driver.
getParentDirectory(String) - Static method in class org.linuxsampler.lscp.Parser
Gets the parent directory of the specified escaped path.
getParentDirectoryPath() - Method in class org.linuxsampler.lscp.DbDirectoryInfo
Returns the absolute path name of the directory containing this directory.
getPathName() - Method in class org.linuxsampler.lscp.event.InstrumentsDbEvent
Gets the (escaped) path name of the changed instrument or directory.
getPortId() - Method in class org.linuxsampler.lscp.event.DeviceMidiDataEvent
Returns the ID of the device's MIDI port, to which MIDI data has arrived.
getPortsParameter() - Method in class org.linuxsampler.lscp.MidiInputDevice
Gets the PORTS parameter.
getPossibilities() - Method in class org.linuxsampler.lscp.AbstractParameter
Gets a list of possible values for this parameter.
getPossibilities() - Method in interface org.linuxsampler.lscp.Parameter
Gets a list of possible values for this parameter.
getPrintOnlyMode() - Method in class org.linuxsampler.lscp.Client
Determines whether the client is in print-only mode.
getProduct() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Returns the product title of the instrument.
getProtocolVersion() - Method in class org.linuxsampler.lscp.ServerInfo
Gets the version of the LSCP protocol.
getRangeMax() - Method in class org.linuxsampler.lscp.AbstractParameter
Gets the upper limit of the allowed value range for this parameter.
getRangeMax() - Method in interface org.linuxsampler.lscp.Parameter
Gets the upper limit of the allowed value range for this parameter.
getRangeMin() - Method in class org.linuxsampler.lscp.AbstractParameter
Gets the lower limit of the allowed value range for this parameter.
getRangeMin() - Method in interface org.linuxsampler.lscp.Parameter
Gets the lower limit of the allowed value range for this parameter.
getSampleRate() - Method in class org.linuxsampler.lscp.AudioOutputDevice
Gets the sample rate this device uses.
getSampleRateParameter() - Method in class org.linuxsampler.lscp.AudioOutputDevice
Gets the SAMPLERATE parameter.
getSamplerChannel() - Method in class org.linuxsampler.lscp.event.BufferFillEvent
Gets the number of the sampler channel for which the buffer fill state change occurred.
getSamplerChannel() - Method in class org.linuxsampler.lscp.event.ChannelInfoEvent
Gets the number of the sampler channel whose settings have changed.
getSamplerChannel() - Method in class org.linuxsampler.lscp.event.StreamCountEvent
Gets the number of the sampler channel for which the number of active disk streams has changed.
getSamplerChannel() - Method in class org.linuxsampler.lscp.event.VoiceCountEvent
Gets the numerical ID of the sampler channel for which the number of active voices has changed.
getSamplerChannelCount() - Method in class org.linuxsampler.lscp.Client
Gets the current number of all created sampler channels.
getSamplerChannelIDs() - Method in class org.linuxsampler.lscp.Client
Gets a list with numerical IDs of all created sampler channels.
getSamplerChannelInfo(int) - Method in class org.linuxsampler.lscp.Client
Gets the current settings of the specified sampler channel.
getSamplerChannels() - Method in class org.linuxsampler.lscp.Client
Gets a list of all created sampler channels.
getServerAddress() - Method in class org.linuxsampler.lscp.Client
Gets the Linux Sampler address.
getServerInfo() - Method in class org.linuxsampler.lscp.Client
Gets information about the LinuxSampler instance.
getServerPort() - Method in class org.linuxsampler.lscp.Client
Gets the Linux Sampler port number.
getShowAbsolutePath() - Method in class org.linuxsampler.lscp.DbDirectoryInfo
Determines whether the toString() method should return the directory name or the absolute path name of the directory.
getShowAbsolutePath() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Determines whether the toString() method should return the instrument name or the absolute path name of the instrument.
getSize() - Method in class org.linuxsampler.lscp.DbInstrumentInfo
Returns the size of the instrument in bytes.
getStreamCount() - Method in class org.linuxsampler.lscp.event.StreamCountEvent
Gets the new number of active disk streams.
getStreamId() - Method in class org.linuxsampler.lscp.BufferFill
Gets the stream ID of the disk stream buffer.
getStreamLimit() - Method in class org.linuxsampler.lscp.event.GlobalInfoEvent
Gets the new global sampler-wide limit of maximum disk streams.
getStringValue() - Method in class org.linuxsampler.lscp.BoolListParameter
Gets a character string representation of the parameter's value.
getStringValue() - Method in class org.linuxsampler.lscp.BoolParameter
Gets a character string representation of the parameter's value.
getStringValue() - Method in class org.linuxsampler.lscp.FloatListParameter
Gets a character string representation of the parameter's value.
getStringValue() - Method in class org.linuxsampler.lscp.FloatParameter
Gets a character string representation of the parameter's value.
getStringValue() - Method in class org.linuxsampler.lscp.IntListParameter
Gets a character string representation of the parameter's value.
getStringValue() - Method in class org.linuxsampler.lscp.IntParameter
Gets a character string representation of the parameter's value.
getStringValue() - Method in interface org.linuxsampler.lscp.Parameter
Gets a character string representation of the parameter's value.
getStringValue() - Method in class org.linuxsampler.lscp.StringListParameter
Gets the current value of this parameter.
getStringValue() - Method in class org.linuxsampler.lscp.StringParameter
Gets the current value of this parameter.
getTotalStreamCount() - Method in class org.linuxsampler.lscp.Client
Gets the current number of all active streams.
getTotalStreamCount() - Method in class org.linuxsampler.lscp.event.TotalStreamCountEvent
Gets the total number of active streams.
getTotalVoiceCount() - Method in class org.linuxsampler.lscp.Client
Gets the current number of all active voices.
getTotalVoiceCount() - Method in class org.linuxsampler.lscp.event.TotalVoiceCountEvent
Gets the total number of active voices.
getTotalVoiceCountMax() - Method in class org.linuxsampler.lscp.Client
Gets the maximum number of active voices.
getType() - Method in class org.linuxsampler.lscp.AbstractParameter
Gets the type of this parameter.
getType() - Method in class org.linuxsampler.lscp.event.MidiDataEvent
 
getType() - Method in interface org.linuxsampler.lscp.Parameter
Gets the type of this parameter.
getValue() - Method in class org.linuxsampler.lscp.AbstractParameter
Gets the current value of this parameter.
getValue() - Method in class org.linuxsampler.lscp.BufferFill
Gets the fill amount of the buffer.
getValue() - Method in interface org.linuxsampler.lscp.Parameter
Gets the current value of this parameter.
getVelocity() - Method in class org.linuxsampler.lscp.event.MidiDataEvent
 
getVersion() - Method in class org.linuxsampler.lscp.AbstractDriver
Gets the version of this driver.
getVersion() - Method in interface org.linuxsampler.lscp.Driver
Gets the version of this driver.
getVersion() - Method in class org.linuxsampler.lscp.SamplerEngine
Gets the version of this sampler engine.
getVersion() - Method in class org.linuxsampler.lscp.ServerInfo
Gets the version of the sampler.
getVoiceCount() - Method in class org.linuxsampler.lscp.event.VoiceCountEvent
Gets the new number of active voices.
getVoiceLimit() - Method in class org.linuxsampler.lscp.event.GlobalInfoEvent
Gets the new global sampler-wide limit of maximum voices.
getVolume() - Method in class org.linuxsampler.lscp.Client
Gets the global volume of the sampler.
getVolume() - Method in class org.linuxsampler.lscp.event.GlobalInfoEvent
Gets the new global volume value of the sampler.
getVolume() - Method in class org.linuxsampler.lscp.MidiInstrumentInfo
Returns the volume, specified for this instrument, where a value < 1.0 means attenuation and a value > 1.0 means amplification.
getVolume() - Method in class org.linuxsampler.lscp.SamplerChannel
Gets the channel volume factor.
GlobalInfoEvent - Class in org.linuxsampler.lscp.event
A semantic event which indicates changes to the global settings of the sampler.
GlobalInfoEvent(Object) - Constructor for class org.linuxsampler.lscp.event.GlobalInfoEvent
Constructs a GlobalInfoEvent object.
GlobalInfoEvent(Object, float) - Constructor for class org.linuxsampler.lscp.event.GlobalInfoEvent
Constructs a GlobalInfoEvent object.
GlobalInfoEvent(Object, int, int) - Constructor for class org.linuxsampler.lscp.event.GlobalInfoEvent
Constructs a GlobalInfoEvent object.
GlobalInfoListener - Interface in org.linuxsampler.lscp.event
The listener interface that is notified when the global settings of the sampler are changed.

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.