rasmus.interpreter.sf2
Class SF2SoundFont
java.lang.Object
rasmus.interpreter.sf2.SF2SoundFont
public class SF2SoundFont
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SF2SoundFont
public SF2SoundFont(java.lang.String filename)
getDocument
public org.w3c.dom.Document getDocument()
getSoundFont
public SoundFont getSoundFont()
getSample
public org.w3c.dom.Element getSample(int id)
getPreset
public org.w3c.dom.Element getPreset(int id)
getPreset
public org.w3c.dom.Element getPreset(int id,
int bank)
getInstrument
public org.w3c.dom.Element getInstrument(int id)
main
public static void main(java.lang.String[] args)