when adding new notes in piano-roll via mouse use alignment-border of 80/20 instead of 50/50 which makes piano-roll more usable
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.3@580 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -172,7 +172,8 @@ public:
|
||||
}
|
||||
|
||||
static midiTime FASTCALL quantized( const midiTime & _m,
|
||||
const int _q_grid );
|
||||
const int _q_grid,
|
||||
const float _align = 0.5f );
|
||||
|
||||
detuningHelper * detuning( void ) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user