Lines Matching refs:Printer

95         if (DEBUG || Printer.debug)Printer.debug("JavaSoundAudioClip.<init>");
143 if (DEBUG || Printer.debug) Printer.debug("JavaSoundAudioClip.startImpl(loop="+loop+"): abort - too rapdly");
148 if (DEBUG || Printer.debug) Printer.debug("JavaSoundAudioClip.startImpl(loop="+loop+")");
152 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.open()");
155 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.flush()");
159 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.stop()");
165 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.loop()");
168 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.start()");
172 if (DEBUG || Printer.debug)Printer.debug("Clip should be playing/looping");
176 if (DEBUG || Printer.debug)Printer.debug("Stream should be playing/looping");
189 if (DEBUG || Printer.err)e1.printStackTrace();
191 if (DEBUG || Printer.err)e2.printStackTrace();
198 if (DEBUG || Printer.err) e.printStackTrace();
200 if (DEBUG || Printer.debug)Printer.debug("Sequencer should be playing/looping");
203 if (DEBUG || Printer.err)e.printStackTrace();
210 if (DEBUG || Printer.debug)Printer.debug("JavaSoundAudioClip->stop()");
215 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.flush()");
218 if (Printer.err) e1.printStackTrace();
221 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip: clip.stop()");
224 if (Printer.err) e2.printStackTrace();
226 if (DEBUG || Printer.debug)Printer.debug("Clip should be stopped");
230 if (DEBUG || Printer.debug)Printer.debug("Stream should be stopped");
238 if (Printer.err) e3.printStackTrace();
243 if (Printer.err) e4.printStackTrace();
245 if (DEBUG || Printer.debug)Printer.debug("Sequencer should be stopped");
253 if (DEBUG || Printer.debug) Printer.debug("line event received: "+event);
261 if (DEBUG || Printer.debug)Printer.debug("META EVENT RECEIVED!!!!! ");
283 if (DEBUG || Printer.trace)Printer.trace("JavaSoundAudioClip.finalize: clip.close()");
300 if (DEBUG || Printer.debug)Printer.debug("JavaSoundAudioClip->openAsClip()");
378 if (DEBUG || Printer.debug)Printer.debug("JavaSoundAudioClip.createClip()");
383 if (DEBUG || Printer.err)Printer.err("Clip not supported: "+loadedAudioFormat);
389 if (DEBUG || Printer.err)Printer.err("Clip is not auto closing!"+clip);
395 if (DEBUG || Printer.debug) clip.addLineListener(this);
397 if (DEBUG || Printer.err)e.printStackTrace();
407 if (DEBUG || Printer.debug)Printer.debug("Loaded clip.");
412 if (DEBUG || Printer.debug)Printer.debug("JavaSoundAudioClip.createSourceDataLine()");
416 if (DEBUG || Printer.err)Printer.err("Line not supported: "+loadedAudioFormat);
423 if (DEBUG || Printer.err)e.printStackTrace();
433 if (DEBUG || Printer.debug)Printer.debug("Created SourceDataLine.");
439 if (DEBUG || Printer.debug)Printer.debug("JavaSoundAudioClip.createSequencer()");
445 if (DEBUG || Printer.err)me.printStackTrace();
458 if (DEBUG || Printer.err)e.printStackTrace();
462 if (DEBUG || Printer.debug)Printer.debug("Created Sequencer.");