protected static class Read.JmMidiProcessor
extends java.lang.Object
Constructor and Description |
---|
Read.JmMidiProcessor(java.io.File file)
Creates a new processor for reading jm and midi information from a
specified File.
|
Read.JmMidiProcessor(java.lang.String directory,
java.lang.String filename)
Creates a new processor for reading jm and midi information from the
specified directory and file Strings.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Returns the error message.
|
Score |
getScore()
Returns the score extracted from the file.
|
public Read.JmMidiProcessor(java.io.File file)
file
- File storing the musical informationpublic Read.JmMidiProcessor(java.lang.String directory, java.lang.String filename)
directory
- String describing the path of the directory, this
must be terminated with a file separator.filename
- String describing the name of the file to be readpublic Score getScore()
public java.lang.String getMessage()