directly handle MIDI-pitch-bend events
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1146 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -196,6 +196,11 @@ public:
|
||||
setValue( m_value + _steps * m_step );
|
||||
}
|
||||
|
||||
inline float range( void ) const
|
||||
{
|
||||
return( m_range );
|
||||
}
|
||||
|
||||
void setRange( const float _min, const float _max,
|
||||
const float _step = 1 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user