| Package | Description |
|---|---|
| auditory.described |
| Modifier and Type | Method and Description |
|---|---|
Score |
ScoreFactory.createScore(java.io.InputStream is)
Create a Score object from a BufferedReader that
is reading a stream containing a string representation.
|
Score |
ScoreFactory.createScore(java.lang.String filename)
Create a Score object from a file containing a
string representation.
|
| Constructor and Description |
|---|
Orchestra(Score score)
Explicit Value Constructor.
|
Orchestra(Score score,
Metronome metronome)
Explicit Value Constructor.
|