}
trackControls [0].setFormat(format [0]);
// We are done with programming the processor. Let's just realize it.
processor.realize();
if (!waitForState(processor, Controller.Realized)) {
throw new IOException("Failed to realize the processor.");
}
// Now, we'll need to create a DataSink.