coding-style-stuff
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@910 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
class playPos : public midiTime
|
||||
{
|
||||
public:
|
||||
playPos( Sint32 _abs = 0 ) :
|
||||
playPos( const int _abs = 0 ) :
|
||||
midiTime( _abs ),
|
||||
m_timeLine( NULL ),
|
||||
m_timeLineUpdate( TRUE ),
|
||||
|
||||
@@ -541,7 +541,7 @@ float FASTCALL ladspaManager::getLowerBound( const ladspa_key_t & _plugin,
|
||||
|
||||
|
||||
|
||||
float FASTCALL ladspaManager::getUpperBound( const ladspa_key_t & _plugin, Uint32 _port )
|
||||
float FASTCALL ladspaManager::getUpperBound( const ladspa_key_t & _plugin, Uint32 _port )
|
||||
{
|
||||
if( m_ladspaManagerMap.contains( _plugin )
|
||||
&& _port < getPortCount( _plugin ) )
|
||||
|
||||
Reference in New Issue
Block a user