fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source*

git-svn-id: svn://localhost/ardour2/trunk@959 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-10-09 15:50:44 +00:00
parent 8011cbf5f8
commit 0d0f71ee92
37 changed files with 287 additions and 292 deletions

View file

@ -4,7 +4,7 @@
#include <ostream>
namespace PBD {
void stacktrace (std::ostream& out);
void stacktrace (std::ostream& out, int levels = 0);
}
#endif /* __libpbd_stacktrace_h__ */