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:
Paul Davis 2007-06-27 22:06:35 +00:00
parent 34be8c2119
commit b5af3bb8e3
32 changed files with 553 additions and 99 deletions

View file

@ -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();