mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 19:55:00 -04:00
return default-value if there's no peak-effect
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1223 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -65,6 +65,7 @@ float peakController::value( int _offset )
|
||||
{
|
||||
return m_peakEffect->lastSample();
|
||||
}
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user