89909192939495969798
} public static String compose(EDLFile edl, String outputSoundFileName) { Synthesizer synth = new Synthesizer(edl, outputSoundFileName); synth.run(); return null; } }