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

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

public class MidiOutputPortImpl
extends MidiOutputPort


Constructor Summary
MidiOutputPortImpl(MidiSynth synth, java.io.File soundfont)
           
 
Method Summary
 void check()
           
 void close()
           
 MidiReceiver getReceiver()
           
 java.lang.String getSoundFont()
           
static java.lang.String getUniqueKey(java.io.File soundfont)
           
 void open()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiOutputPortImpl

public MidiOutputPortImpl(MidiSynth synth,
                          java.io.File soundfont)
Method Detail

open

public void open()

close

public void close()

getReceiver

public MidiReceiver getReceiver()

check

public void check()

getSoundFont

public java.lang.String getSoundFont()

getUniqueKey

public static java.lang.String getUniqueKey(java.io.File soundfont)