mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
tweak duplicate routes dialog appearance depending on whether or not busses/tracks are the target
This commit is contained in:
parent
7598520fa6
commit
456b6adf2b
3 changed files with 56 additions and 7 deletions
|
|
@ -38,6 +38,8 @@ class DuplicateRouteDialog : public ArdourDialog
|
|||
DuplicateRouteDialog ();
|
||||
~DuplicateRouteDialog ();
|
||||
|
||||
void setup (uint32_t ntracks, uint32_t nbusses);
|
||||
|
||||
uint32_t count() const;
|
||||
ARDOUR::PlaylistDisposition playlist_disposition() const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue