mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-19 12:16:16 -04:00
Reduced the volume
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user