Reduced the volume

This commit is contained in:
Wong Cho Ching
2014-01-26 12:37:26 +08:00
parent 959d5e98e6
commit d4e5648dca

View File

@@ -293,7 +293,7 @@ void SfxrSynth::update( sampleFrame * buffer, const fpp_t frameNum )
//ssample=ssample/8*master_vol;
//ssample*=2.0f*sound_vol;
ssample*=0.05f;
ssample*=0.025f;
if(buffer!=NULL)
{
@@ -445,7 +445,7 @@ QString sfxrInstrument::nodeName() const
void sfxrInstrument::playNote(notePlayHandle * _n, sampleFrame * _working_buffer )
void sfxrInstrument::playNote( notePlayHandle * _n, sampleFrame * _working_buffer )
{
m_synthMutex.lock();
fpp_t frameNum = _n->framesLeftForCurrentPeriod();