| Name | clear( ) |
| Syntax | stopMIDI(); |
| Example | Etude e = new Etude(this); float[][] notes = {{e.C5, e.Q}, {e.E5, e.Q}, {e.G5, e.Q}, {e.B5, e.Q}}; e.createPhrase("phrase_1", notes); e.transpose("phrase_1", 12); e.clear("phrase_1"); |
| Parameters | title:string |
| Return | none |
| Usage | application & web |
| Description | Clear a score, part or phrase . |