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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java116 int tuning_program = 0; field in class:SoftChannel
1376 tuning_program = (value >> 7) & 127;
1377 tuningChange(tuning_bank, tuning_program);
1458 tuning_program = 0;

Completed in 34 milliseconds