Class ImprovisorFileReader

java.lang.Object
org.jjazz.importers.api.ImprovisorFileReader

public class ImprovisorFileReader extends Object
Improvisor leadsheet file reader.
  • Constructor Details

    • ImprovisorFileReader

      public ImprovisorFileReader(File f)
  • Method Details

    • readSong

      public Song readSong() throws IOException
      Get the song from the current file.

      Construct a basic Song from the elements available in the file.

      Returns:
      Throws:
      IOException
    • getStyle

      public String getStyle()
      The "style" string value found in the Improvisor file.

      Must be callsed after readSong().

      Returns:
      Can be null.