{
InstrumentSample instrumentSample =
m_instrumentProxy.getInstrumentSample( instrumentSampleName );
if ( instrumentSample == null )
{
throw new NoSuchInstrumentSampleException(
"No instrument sample can be found using name: " + instrumentSampleName );
}
return instrumentSample.getDescriptor();
}