-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 21.0.5
-
Component/s: client-libs
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
DLSInstrument.java - line 420:
ModelByteBufferWavetable osc = new ModelByteBufferWavetable(buff,
sample.getFormat(), pitchcorrection);
osc.setAttenuation(osc.getAttenuation() / 65536f);
In this line, osc set attenuation from it self value then divide 65536, it should set to sampleopt.attenuation then divide 65536
FREQUENCY : always
DLSInstrument.java - line 420:
ModelByteBufferWavetable osc = new ModelByteBufferWavetable(buff,
sample.getFormat(), pitchcorrection);
osc.setAttenuation(osc.getAttenuation() / 65536f);
In this line, osc set attenuation from it self value then divide 65536, it should set to sampleopt.attenuation then divide 65536
FREQUENCY : always