com.frinika.synth.importers.soundfont
Class SoundFontImporter

java.lang.Object
  extended by com.frinika.synth.importers.soundfont.SoundFontImporter

public class SoundFontImporter
extends java.lang.Object

Author:
Peter Johan Salomonsen

Field Summary
 java.io.File file
           
 short globalRelease
           
 
Constructor Summary
SoundFontImporter(MySampler sampler)
           
 
Method Summary
 void getInstrument(int InstrNo)
           
 int getInstrumentIndex()
           
 java.lang.String[] getInstrumentNames()
           
 void getSoundFont(java.io.File file)
           
 void showGUI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globalRelease

public short globalRelease

file

public java.io.File file
Constructor Detail

SoundFontImporter

public SoundFontImporter(MySampler sampler)
Method Detail

getSoundFont

public void getSoundFont(java.io.File file)
                  throws java.lang.Exception
Throws:
java.lang.Exception

getInstrumentNames

public java.lang.String[] getInstrumentNames()

getInstrument

public void getInstrument(int InstrNo)
                   throws java.lang.Exception
Throws:
java.lang.Exception

getInstrumentIndex

public int getInstrumentIndex()

showGUI

public void showGUI()