org.herac.tuxguitar.player.impl.midiport.fluidsynth
Class MidiPortProviderImpl

java.lang.Object
  extended by org.herac.tuxguitar.player.impl.midiport.fluidsynth.MidiPortProviderImpl

public class MidiPortProviderImpl
extends java.lang.Object


Constructor Summary
MidiPortProviderImpl()
           
 
Method Summary
 void closeAll()
           
 MidiPortSettings getSettings()
           
 java.util.List listPorts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiPortProviderImpl

public MidiPortProviderImpl()
Method Detail

listPorts

public java.util.List listPorts()
                         throws MidiPlayerException
Throws:
MidiPlayerException

closeAll

public void closeAll()
              throws MidiPlayerException
Throws:
MidiPlayerException

getSettings

public MidiPortSettings getSettings()