Searched refs:current_instrument (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSynthesizer.java287 c.current_instrument = null;
399 SoftInstrument current_instrument
401 if (current_instrument != null)
402 return current_instrument;
411 current_instrument = inslist.get(p_plaf + program + "."
413 if (current_instrument != null)
414 return current_instrument;
416 current_instrument = inslist.get(p_plaf + program + "."
418 if (current_instrument != null)
419 return current_instrument;
[all...]
H A DSoftChannel.java117 SoftInstrument current_instrument = null; field in class:SoftChannel
368 voice.instrument = current_instrument;
488 if (current_instrument == null) {
489 current_instrument
491 if (current_instrument == null)
495 current_mixer = current_instrument.getSourceInstrument()
499 current_director = current_instrument.getDirector(this, this);
515 SoftPerformer[] performers = current_instrument.getPerformers();
591 if (current_instrument == null) {
592 current_instrument
[all...]

Completed in 2259 milliseconds