Uses of Class
com.softsynth.jmsl.score.Orchestra

Packages that use Orchestra
com.softsynth.jmsl.score   
 

Uses of Orchestra in com.softsynth.jmsl.score
 

Methods in com.softsynth.jmsl.score that return Orchestra
 Orchestra Score.getOrchestra()
           
 Orchestra OrchestraXMLLoader.loadXML(java.lang.String fileName)
           
 

Methods in com.softsynth.jmsl.score with parameters of type Orchestra
 void Score.setOrchestra(Orchestra orch)