mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
virtualize Port object; clean up automation tracks from track deletion
git-svn-id: svn://localhost/ardour2/trunk@2556 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
14dcc3f017
commit
f3cf31009a
25 changed files with 1430 additions and 388 deletions
|
|
@ -20,6 +20,11 @@
|
|||
#include <pbd/stacktrace.h>
|
||||
#include <iostream>
|
||||
|
||||
void
|
||||
PBD::trace_twb ()
|
||||
{
|
||||
}
|
||||
|
||||
/* Obtain a backtrace and print it to stdout. */
|
||||
|
||||
#ifdef HAVE_EXECINFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue