mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
allow user tweaking of everything that might have inherent latency; add GUI for track level adjustment and widget that can be (but is not yet) embedded in a plugin GUI
git-svn-id: svn://localhost/ardour2/trunk@2075 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
34be8c2119
commit
b5af3bb8e3
32 changed files with 553 additions and 99 deletions
|
|
@ -41,7 +41,7 @@ get_files_in_directory (const sys::path& directory_path, vector<string>& result)
|
|||
}
|
||||
catch (Glib::FileError& err)
|
||||
{
|
||||
warning << err.what();
|
||||
warning << err.what() << endmsg;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -113,6 +113,7 @@ find_file_in_search_path(const SearchPath& search_path,
|
|||
return false;
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (tmp.size() != 1)
|
||||
{
|
||||
info << string_compose
|
||||
|
|
@ -123,6 +124,7 @@ find_file_in_search_path(const SearchPath& search_path,
|
|||
)
|
||||
<< endmsg;
|
||||
}
|
||||
#endif
|
||||
|
||||
result = tmp.front();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue