| Name | getPartInstrument( ) |
| Syntax | getPartInstrument(String partTitle); |
| Example | Etude e = new Etude(this); e.createPart("part", e.SYNTH_BASS); int inst = e.getPartInstrument("part"); |
| Parameters | partTitle:string |
| Return | int |
| Usage | web & application |
| Description | Return the instrument of a part. |