Increase the volume of OpulenZ, because it is very very quiet and it's better to correct this now before 1.0.0 is released

This commit is contained in:
Vesa
2014-03-22 12:31:34 +02:00
parent 6c920df328
commit 22cb12d066

View File

@@ -395,7 +395,7 @@ void opl2instrument::play( sampleFrame * _working_buffer )
sample_t s = float(renderbuffer[frame])/32768.0;
for( ch_cnt_t ch = 0; ch < DEFAULT_CHANNELS; ++ch )
{
_working_buffer[frame][ch] = s;
_working_buffer[frame][ch] = s * 4.0;
}
}
emulatorMutex.unlock();