Name getPartChannel( )
Syntax getPartChannel(String partTitle);
Example Etude e = new Etude(this);
e.createPart("piano");
int channel = e.getPartChannel("piano");
Parameters partTitle:string
Return int
Usage web & application
Description Return the MIDI channel from a part.