mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Reduced delay in last commit/10
This commit is contained in:
parent
1f85691870
commit
334cc37e1b
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ Surface::~Surface ()
|
|||
delete _port;
|
||||
// the ports take time to release and we may be rebuilding right away
|
||||
// in the case of changing devices.
|
||||
g_usleep (100000);
|
||||
g_usleep (10000);
|
||||
DEBUG_TRACE (DEBUG::MackieControl, "Surface::~Surface done\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue