API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.sound.midi. Soundbank View Source
Author(s)
David Rivas
Kara Kytle
Since
Version
1.25, 05/11/17
Serial
Hierarchy
 Soundbank
Subinterfaces
Description
public interface Soundbank
  A Soundbank contains a set of Instruments that can be loaded into a Synthesizer.
Methods
Hide/Show inherited methods
public String getDescription ()
  Obtains a textual description of the sound bank, suitable for display.
public Instrument getInstrument (Patch patch)
  Obtains an Instrument from the given Patch.
public Instrument getInstruments ()
  Obtains a list of instruments contained in this sound bank.
public String getName ()
  Obtains the name of the sound bank.
public SoundbankResource getResources ()
  Extracts a list of non-Instrument resources contained in the sound bank.
public String getVendor ()
  Obtains a string naming the company that provides the sound bank
public String getVersion ()
  Obtains the version string for the sound bank.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar