jlscp
v0.8

Uses of Class
org.linuxsampler.lscp.MidiInstrumentInfo

Packages that use MidiInstrumentInfo
org.linuxsampler.lscp Provides classes for retrieving information and configuring LinuxSampler instance. 
 

Uses of MidiInstrumentInfo in org.linuxsampler.lscp
 

Methods in org.linuxsampler.lscp that return MidiInstrumentInfo
 MidiInstrumentInfo Client.getMidiInstrumentInfo(int mapId, int bank, int program)
          Gets the current settings of the specified MIDI instrument.
 MidiInstrumentInfo[] Client.getMidiInstruments()
          Gets all MIDI instrument from all maps.
 MidiInstrumentInfo[] Client.getMidiInstruments(int mapId)
          Gets all MIDI instruments contained int the specified MIDI instrument map.
 

Methods in org.linuxsampler.lscp with parameters of type MidiInstrumentInfo
 void Client.mapMidiInstrument(int mapId, MidiInstrumentEntry entry, MidiInstrumentInfo info)
          Creates or replaces a MIDI instrument map entry.
 void Client.mapMidiInstrument(int mapId, MidiInstrumentEntry entry, MidiInstrumentInfo info, boolean nonModal)
          Creates or replaces a MIDI instrument map entry.
 


jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.