-
Bug
-
Resolution: Unresolved
-
P4
-
21.0.5
-
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