| Name | createScore( ) |
| Syntax | createScore(String scoreTitle [, String fileName]); |
| Example | Etude e = new Etude(this); e.createScore("score"); |
| Parameters | scoreTitle, filename (optional) |
| Return | none |
| Usage | web & application |
| Description | Create a new Score with the scoreTitle, if the second parameter is set then the score will be created from a MIDI file, the MIDI file will be parsed and dumped into the score. The MIDI file can come from your local machine or from an URL. |