mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 05:36:31 +01:00
WARNING WARNING WARNING >>>> DEEP CHANGES >>> EXPERIMENTAL CODE .... fixes to make region(views) pick up peakfile data asynchronously, like they used to in 0.99
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2444 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
adfa5978d3
commit
afcbba17f0
11 changed files with 99 additions and 36 deletions
|
|
@ -33,6 +33,7 @@ static pthread_mutex_t thread_map_lock = PTHREAD_MUTEX_INITIALIZER;
|
|||
|
||||
namespace PBD {
|
||||
sigc::signal<void,pthread_t,std::string> ThreadCreated;
|
||||
sigc::signal<void,pthread_t> ThreadLeaving;
|
||||
sigc::signal<void,pthread_t,std::string,uint32_t> ThreadCreatedWithRequestSize;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue