fail("Parsing didn't create a SoundCompText object");
SoundCompText sct=(SoundCompText)p;
globalParameters=sct.getGlobalParameters();
if(globalParameters.getSampleRate()!=44100.0)
fail("Sample rate verification failed");
new Control(sct).execute();
}