Searched refs:unitynote (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSampleOptions.java39 int unitynote; field in class:DLSSampleOptions
74 return unitynote;
77 public void setUnitynote(int unitynote) { argument
78 this.unitynote = unitynote;
H A DDLSInstrument.java410 float pitchcorrection = (-sampleopt.unitynote * 100) +
H A DDLSSoundbank.java657 sampleOptions.unitynote = riff.readUnsignedShort();
1131 wsmp.writeUnsignedShort(sampleoptions.unitynote);

Completed in 42 milliseconds