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:
Tobias Doerffel
2008-06-15 16:21:48 +00:00
parent 632f9df91c
commit ce582407f9
3 changed files with 26 additions and 2 deletions

View File

@@ -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 );