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

C

channelCountChanged(ChannelCountEvent) - Method in interface org.linuxsampler.lscp.event.ChannelCountListener
Invoked when the number of channels has changed.
ChannelCountEvent - Class in org.linuxsampler.lscp.event
A semantic event which indicates that the number of sampler channels has changed.
ChannelCountEvent(Object, int) - Constructor for class org.linuxsampler.lscp.event.ChannelCountEvent
Constructs a ChannelCountEvent object.
ChannelCountListener - Interface in org.linuxsampler.lscp.event
The listener interface for receiving channel count events.
channelInfoChanged(ChannelInfoEvent) - Method in interface org.linuxsampler.lscp.event.ChannelInfoListener
Invoked when changes to the sampler channel has occured.
ChannelInfoEvent - Class in org.linuxsampler.lscp.event
A semantic event which indicates changes to a specific sampler channel.
ChannelInfoEvent(Object, int) - Constructor for class org.linuxsampler.lscp.event.ChannelInfoEvent
Constructs a ChannelInfoEvent object.
ChannelInfoListener - Interface in org.linuxsampler.lscp.event
The listener interface for receiving events about changes to sampler channels.
ChannelMidiDataEvent - Class in org.linuxsampler.lscp.event
A semantic event which indicates that MIDI data has arrived on a specific sampler channel.
ChannelMidiDataEvent(Object, MidiDataEvent.Type, int, int) - Constructor for class org.linuxsampler.lscp.event.ChannelMidiDataEvent
Creates a new instance of ChannelMidiDataEvent
ChannelMidiDataListener - Interface in org.linuxsampler.lscp.event
The listener interface for receiving MIDI data events on a specific sampler channel.
Client - Class in org.linuxsampler.lscp
This class is the abstraction representing a client endpoint for communication with LinuxSampler instance.
Client() - Constructor for class org.linuxsampler.lscp.Client
Creates a new instance of Client with default server address and port.
Client(String) - Constructor for class org.linuxsampler.lscp.Client
Creates a new instance of Client with the specified address and default port.
Client(String, int) - Constructor for class org.linuxsampler.lscp.Client
Creates a new instance of Client with the specified address and port.
Client(boolean) - Constructor for class org.linuxsampler.lscp.Client
Creates a new instance of Client.
Client.ScanMode - Enum in org.linuxsampler.lscp
 
compareTo(MidiInstrumentEntry) - Method in class org.linuxsampler.lscp.MidiInstrumentEntry
 
connect() - Method in class org.linuxsampler.lscp.Client
Connects to the LinuxSampler.
copyDbDirectories(String[], String) - Method in class org.linuxsampler.lscp.Client
Copies the specified directories into the specified location.
copyDbDirectory(String, String) - Method in class org.linuxsampler.lscp.Client
Copies the specified directory into the specified location.
copyDbInstrument(String, String) - Method in class org.linuxsampler.lscp.Client
Copies the specified instrument into the specified location.
copyDbInstruments(String[], String) - Method in class org.linuxsampler.lscp.Client
Copies the specified instruments into the specified location.
createAudioOutputDevice(String, Parameter...) - Method in class org.linuxsampler.lscp.Client
Creates a new audio output device for the desired audio output system.
createdAfter - Variable in class org.linuxsampler.lscp.DbSearchQuery
 
createdBefore - Variable in class org.linuxsampler.lscp.DbSearchQuery
 
createFxSend(int, int) - Method in class org.linuxsampler.lscp.Client
Creates an additional effect send on the specified sampler channel.
createFxSend(int, int, String) - Method in class org.linuxsampler.lscp.Client
Creates an additional effect send on the specified sampler channel.
createMidiInputDevice(String, Parameter...) - Method in class org.linuxsampler.lscp.Client
Creates a new MIDI input device.
createParameter(String, Boolean) - Static method in class org.linuxsampler.lscp.ParameterFactory
Creates a Parameter<Boolean> instance with the specified name and value.
createParameter(String, Boolean[]) - Static method in class org.linuxsampler.lscp.ParameterFactory
Creates a Parameter<Boolean[]> instance with the specified name and value.
createParameter(String, Float) - Static method in class org.linuxsampler.lscp.ParameterFactory
Creates a Parameter<Float> instance with the specified name and value.
createParameter(String, Float[]) - Static method in class org.linuxsampler.lscp.ParameterFactory
Creates a Parameter<Float[]> instance with the specified name and value.
createParameter(String, Integer) - Static method in class org.linuxsampler.lscp.ParameterFactory
Creates a Parameter<Integer> instance with the specified name and value.
createParameter(String, Integer[]) - Static method in class org.linuxsampler.lscp.ParameterFactory
Creates a Parameter<Integer[]> instance with the specified name and value.
createParameter(String, String) - Static method in class org.linuxsampler.lscp.ParameterFactory
Creates a Parameter<String> instance with the specified name and value.
createParameter(String, String[]) - Static method in class org.linuxsampler.lscp.ParameterFactory
Creates a Parameter<String[]> instance with the specified name and value.

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.