Hide pitch-bend knob on vibed instrument.
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1672 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -53,8 +53,12 @@ public:
|
||||
|
||||
virtual QString nodeName( void ) const;
|
||||
|
||||
virtual pluginView * instantiateView( QWidget * _parent );
|
||||
inline virtual bool bendable( void ) const
|
||||
{
|
||||
return( false );
|
||||
}
|
||||
|
||||
virtual pluginView * instantiateView( QWidget * _parent );
|
||||
|
||||
private:
|
||||
QList<knobModel*> m_pickKnobs;
|
||||
|
||||
Reference in New Issue
Block a user