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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
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 31 milliseconds