fixed tempo-sync-models (closes #2010776)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1277 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-07-05 23:24:44 +00:00
parent c678dbb495
commit d0e25e77f2

View File

@@ -36,7 +36,7 @@ ladspaControl::ladspaControl( model * _parent, port_desc_t * _port,
m_linkEnabledModel( _link, this, tr( "Link channels" ) ),
m_toggledModel( FALSE, this, m_port->name ),
m_knobModel( 0, 0, 0, 1, this, m_port->name ),
m_tempoSyncKnobModel( 0, 0, 0, 1, 1.0, this )
m_tempoSyncKnobModel( 0, 0, 0, 1, m_port->max, this )
{
if( m_link )
{