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

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java94 int[] portamento_lastnote = new int[128]; field in class:SoftChannel
388 if (portamento_lastnote[0] != -1) {
390 = (tuning.getTuning(portamento_lastnote[0]) / 100.0)
395 portamento_lastnote[0] = noteNumber;
401 portamento_lastnote[portamento_lastnote_ix])
462 portamento_lastnote[0] = noteNumber;
562 portamento_lastnote[portamento_lastnote_ix] = noteNumber;
1145 portamento_lastnote[0] = -1;
1147 for (int i = 0; i < portamento_lastnote.length; i++)
1148 portamento_lastnote[
[all...]

Completed in 33 milliseconds