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

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

public class MidiOutputPortProviderImpl
extends java.lang.Object


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

Constructor Detail

MidiOutputPortProviderImpl

public MidiOutputPortProviderImpl()
Method Detail

listPorts

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

closeAll

public void closeAll()
              throws MidiPlayerException
Throws:
MidiPlayerException

getSynth

public MidiSynth getSynth()

getSettings

public MidiOutputPortSettings getSettings()