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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user