mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 22:56:32 +01:00
[Summary]: ProgressDialog for Tracks creation and removal
This commit is contained in:
parent
7274155288
commit
dbb0a6385b
12 changed files with 115 additions and 27 deletions
|
|
@ -2166,6 +2166,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
void port_connection_handler (boost::weak_ptr<ARDOUR::Port> wa, std::string, boost::weak_ptr<ARDOUR::Port> wb, std::string, bool connected);
|
||||
|
||||
PBD::ScopedConnectionList port_state_connection_list;
|
||||
|
||||
void update_progress_dialog_of_changing_tracks (bool);
|
||||
|
||||
/* members and methods associated with MIDI + markers */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue