> Perhaps the .stopEngine() call should be used in all cases?
That is probably a good idea. FYI, here is the definition in "Synth.java".
public synchronized static void stopEngine( )
throws SynthException
{
stop();
terminate();
}
Phil Burk