Add BB track when adding track to empty BB editor
When there's no BB track but a track is added to the BB editor,
automatically create a BB track so that the user doesn't get confused
by new empty track (not even showing clickable beats).
Partially closes #3149779.
(cherry picked from commit 4cad9517aa)
This commit is contained in:
@@ -219,11 +219,12 @@ public slots:
|
||||
|
||||
void clearProject();
|
||||
|
||||
void addBBTrack();
|
||||
|
||||
|
||||
private slots:
|
||||
void insertBar();
|
||||
void removeBar();
|
||||
void addBBTrack();
|
||||
void addSampleTrack();
|
||||
void addAutomationTrack();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user