org.tritonus.midi.sb.fluidsynth
Class FluidSoundbank
java.lang.Object
org.tritonus.midi.sb.fluidsynth.FluidSoundbank
- All Implemented Interfaces:
- Soundbank
public class FluidSoundbank
- extends java.lang.Object
- implements Soundbank
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FluidSoundbank
public FluidSoundbank(FluidSynthesizer synth,
int sfontID)
nGetInstruments
public FluidSoundbank.FluidInstrument[] nGetInstruments(int sfontID)
getInstrument
public Instrument getInstrument(Patch patch)
- Specified by:
getInstrument
in interface Soundbank
getVersion
public java.lang.String getVersion()
- Specified by:
getVersion
in interface Soundbank
getVendor
public java.lang.String getVendor()
- Specified by:
getVendor
in interface Soundbank
getResources
public SoundbankResource[] getResources()
- Specified by:
getResources
in interface Soundbank
getName
public java.lang.String getName()
- Specified by:
getName
in interface Soundbank
getInstruments
public Instrument[] getInstruments()
- Specified by:
getInstruments
in interface Soundbank
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface Soundbank