move timeLine marker in Piano Roll and autoscroll when recording while playing song (closes #2486334)

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@2053 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2009-02-19 14:27:14 +00:00
parent c4884db2fb
commit 3cb8547c6a
3 changed files with 57 additions and 11 deletions

View File

@@ -136,6 +136,7 @@ protected slots:
void deleteSelectedNotes( void );
void updatePosition( const midiTime & _t );
void updatePositionAccompany( const midiTime & _t );
void zoomingChanged( void );
void quantizeChanged( void );
@@ -185,6 +186,8 @@ private:
pianoRoll( const pianoRoll & );
virtual ~pianoRoll();
void autoScroll( const midiTime & _t );
midiTime newNoteLen( void ) const;
void shiftPos(int amount);