org.herac.tuxguitar.io.importer

Class MidiImporter

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(String fileName)

Constructor Details

MidiImporter

public MidiImporter()

Method Details

getTempChannel

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

importSong

public Song importSong(String fileName)
            throws IOException,
                   Exception,
                   Error
Specified by:
importSong in interface SongImporter