org.herac.tuxguitar.io.importer
Class MidiImporter

java.lang.Object
  extended by org.herac.tuxguitar.io.importer.MidiImporter
All Implemented Interfaces:
SongImporter

public class MidiImporter
extends java.lang.Object
implements SongImporter


Constructor Summary
MidiImporter()
           
 
Method Summary
 org.herac.tuxguitar.io.importer.MidiImporter.TempChannel getTempChannel(int channel)
           
 Song importSong(java.lang.String fileName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MidiImporter

public MidiImporter()
Method Detail

importSong

public Song importSong(java.lang.String fileName)
                throws java.io.IOException,
                       java.lang.Exception,
                       java.lang.Error
Specified by:
importSong in interface SongImporter
Throws:
java.io.IOException
java.lang.Exception
java.lang.Error

getTempChannel

public org.herac.tuxguitar.io.importer.MidiImporter.TempChannel getTempChannel(int channel)