269270271272273274275276277278279
//update the progress bar mMainScreen.updateProgressBar("Synthesizing...", synth.getProgress()); try { synth.doSynthesizer(); } catch(Exception e) { GUIUtils.ShowDialog(e, "Error synthesizing audio file", GUIUtils.MESSAGE, mMainScreen); return -1;
217218219220221222223224225226227
progressPanel.add(progressBar); meapsoftGUI.setProgressPanel(progressPanel); try { synth.doSynthesizer(); } catch(Exception e) { GUIUtils.ShowDialog(e, "Error synthesizing audio file", GUIUtils.MESSAGE, meapsoftGUI.jframe); return -1;