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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java96 private boolean portamento = false; field in class:SoftChannel
384 voice.portamento = true;
386 } else if (portamento) {
392 voice.portamento = true;
404 voice.portamento = true;
450 if (portamento) {
456 voices[i].portamento = true;
474 voices[i].portamento = true;
560 if (portamento) {
1144 portamento
[all...]
H A DSoftVoice.java61 boolean portamento = false; field in class:SoftVoice
284 if (!portamento) {
305 portamento = false;
635 if (portamento) {
640 portamento = false;

Completed in 35 milliseconds