- fixed bug: piano roll was still recording when not in record mode

- use the key L to cycle through playback modes. (this is consistent with FL Studio)


git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1994 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Andrew Kelley
2009-02-03 01:29:40 +00:00
parent 3341f3d711
commit 879b50aaa1
3 changed files with 54 additions and 5 deletions

View File

@@ -224,11 +224,14 @@ private slots:
void playbackSongClicked( bool );
void playbackBBClicked( bool );
void playbackPianoRollClicked( bool );
void spacePressed( void );
void shortcutSpacePressed( void );
void shortcutLPressed( void );
void play( void );
void record( void );
void playAndRecord( void );
void stop( void );
signals:
void periodicUpdate( void );