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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java95 int portamento_lastnote_ix = 0; field in class:SoftChannel
397 if (portamento_lastnote_ix != 0) {
398 portamento_lastnote_ix--;
401 portamento_lastnote[portamento_lastnote_ix])
561 if (portamento_lastnote_ix != 127) {
562 portamento_lastnote[portamento_lastnote_ix] = noteNumber;
563 portamento_lastnote_ix++;
1150 portamento_lastnote_ix = 0;

Completed in 33 milliseconds