Update some plugins to use displayName

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1079 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-06-06 07:42:21 +00:00
parent 0aeddf27ff
commit 8654b47182
16 changed files with 151 additions and 135 deletions

View File

@@ -32,9 +32,9 @@ ladspaControl::ladspaControl( model * _parent, port_desc_t * _port,
model( _parent ),
m_link( _link ),
m_port( _port ),
m_linkEnabledModel( _link, this ),
m_toggledModel( FALSE, this ),
m_knobModel( 0, 0, 0, 1, this ),
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 )
{
if( m_link )