mirror of
https://github.com/LMMS/lmms.git
synced 2026-06-14 09:07:41 -04:00
Update rest of plugins for model.displayName
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1081 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -37,20 +37,16 @@
|
||||
* plugins/stereo_matrix/stereomatrix_controls.cpp:
|
||||
* plugins/bit_invader/bit_invader.cpp:
|
||||
* plugins/vibed/nine_button_selector.cpp:
|
||||
* plugins/vibed/vibed.cpp:
|
||||
* plugins/audio_file_processor/audio_file_processor.cpp:
|
||||
* plugins/stereo_enhancer/stereoenhancer_control_dialog.cpp:
|
||||
* plugins/stereo_enhancer/stereoenhancer_controls.cpp:
|
||||
* plugins/sf2_player/sf2_player.cpp:
|
||||
* plugins/kicker/kicker.cpp:
|
||||
* plugins/stk/mallets/mallets.cpp:
|
||||
* plugins/triple_oscillator/triple_oscillator.h:
|
||||
* plugins/triple_oscillator/triple_oscillator.cpp:
|
||||
Update plugins to use displayName for children
|
||||
|
||||
|
||||
M plugins/vibed/vibed.cpp
|
||||
M plugins/triple_oscillator/triple_oscillator.h
|
||||
M plugins/triple_oscillator/triple_oscillator.cpp
|
||||
M data/themes/default/add.png
|
||||
M Makefile.am
|
||||
|
||||
|
||||
2008-06-05 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
stereoEnhancerControls::stereoEnhancerControls( stereoEnhancerEffect * _eff ) :
|
||||
effectControls( _eff ),
|
||||
m_effect( _eff ),
|
||||
m_widthModel(0.0f, 0.0f, 180.0f, 1.0f, tr( "Width" ) )
|
||||
m_widthModel(0.0f, 0.0f, 180.0f, 1.0f, this, tr( "Width" ) )
|
||||
{
|
||||
connect( &m_widthModel, SIGNAL( dataChanged( void ) ),
|
||||
this, SLOT( changeWideCoeff( void ) ) );
|
||||
|
||||
Reference in New Issue
Block a user