mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-20 15:03:05 -04:00
added missing break in switch which made a lot of messages appear in console when time-based knobs were used by LADSPA-plugins
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@805 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -125,6 +125,7 @@ LADSPA_Data ladspaControl::getValue( void )
|
||||
case TIME:
|
||||
value = static_cast<LADSPA_Data>(
|
||||
m_tempoSyncKnobModel.value() );
|
||||
break;
|
||||
default:
|
||||
printf( "ladspaControl::getValue BAD BAD BAD\n" );
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user