in FL_EffectChannel initialize isMuted member - fixes muted FX channels when importing older FLP files
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1964 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-12-22 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/flp_import/flp_import.cpp:
|
||||
in FL_EffectChannel initialize isMuted member - fixes muted FX channels
|
||||
when importing older FLP files
|
||||
|
||||
2008-12-19 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* plugins/vst_base/vst_plugin.h:
|
||||
|
||||
@@ -509,7 +509,8 @@ struct FL_EffectChannel
|
||||
{
|
||||
FL_EffectChannel() :
|
||||
name(),
|
||||
volume( DefaultVolume )
|
||||
volume( DefaultVolume ),
|
||||
isMuted( false )
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user