Automation recording: add option to trackops to switch on/off recording in all TCOs on the track

I still had time to implement this convenient little thing, so here you go...
The same code can be reused in the future for sampletracks as well.
This commit is contained in:
Vesa
2014-05-05 00:37:39 +03:00
parent 62068684c2
commit 6b7a3c0041
2 changed files with 39 additions and 1 deletions

View File

@@ -373,7 +373,8 @@ private slots:
void cloneTrack();
void removeTrack();
void updateMenu();
void recordingOn();
void recordingOff();
private:
static QPixmap * s_grip;